Version 2.0.0 was released on date 2022-02-12.
Added support for complex matrices.
Added matrix singular value decompositions and spectral decompositions of symmetric/Hermitian matrices.
Fixed a bug where specific parameter values passed to method Run would sometimes throw an IndexOutOfRangeException.
(Breaking) Indexers that avoid dense allocations, like this one, have been deprecated. In the current release, they no longer try to minimize the memory working set, and values passed to parameter avoidDenseAllocations are thoroughly ignored. In future releases, these indexers will be removed from the public API.
(Breaking) The 32-bit generation of the x86 architecture is no longer supported.