Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@LTLA LTLA released this 22 Jun 20:16
· 9 commits to master since this release

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.