Skip to content

Releases: LTLA/CppIrlba

v2.0.0

22 Jun 20:16
Compare
Choose a tag to compare

Major refactor to use a more functional style. The irlba::Irlba class has been replaced with a regular function irlba::compute(), with options being passed in via irlba::Options. This is probably more intuitive than the parameter setters and Defaults options.

Also templated the various Eigen parameters so that users can choose between doubles and floats.