LinearAlgebra. This package provides a library for standard linear algebra functions in C#. It provides data types and operators for matrices, vectors, linear spaces, and polynomials. It also contains methods to find the determinant, reduced row echelon form (RREF), inverse, eigenvalues/vectors, image, or kernel of a matrix. The library also provides a framework for complex number arithmetic within C# and can find complex eigenvalues and eigenvectors of a matrix.
★ 1