- Optimized SVD a bit.
- Fixed bug where SVD does not return if the matrix contains NaN values.
- Added dot and outer product.
- Added vector norm.
- Added Matrix-vector multiplication.
- Added Matrix-matrix multiplication.
- Revised the LU decomposition API.
- Added inverse matrix.
- Fixed issue where the LU decomposition does not report the correct pivot info.
- Added eigenvalue decomposition.
- GEVD now does not normalize the eigenvectors, in order to match common implementations.
- Added generalized eigenvalue decomposition.
- Added forward and backward substitution.
- This is the first release.