dastrobu / NdArray

N dimensional array package for numeric computing in swift.
https://dastrobu.github.io/NdArray/documentation/ndarray/
MIT License
24 stars 2 forks source link

Eigenvalues #31

Open dastrobu opened 2 years ago

dastrobu commented 2 years ago

Compute eigenvalues and/or eigenvectors on a Matrix.

dastrobu commented 2 years ago

would potentially need a new SquareMatrix class to be consistent.