Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 738 Bytes

CHANGELOG.md

File metadata and controls

49 lines (26 loc) · 738 Bytes

v0.8.2

  • Optimized SVD a bit.

v0.8.1

  • Fixed bug where SVD does not return if the matrix contains NaN values.

v0.8.0

  • Added dot and outer product.
  • Added vector norm.

v0.7.0

  • Added Matrix-vector multiplication.

v0.6.0

  • Added Matrix-matrix multiplication.

v0.5.0

  • Revised the LU decomposition API.
  • Added inverse matrix.

v0.4.1

  • Fixed issue where the LU decomposition does not report the correct pivot info.

v0.4.0

  • Added eigenvalue decomposition.

v0.3.1

  • GEVD now does not normalize the eigenvectors, in order to match common implementations.

v0.3.0

  • Added generalized eigenvalue decomposition.

v0.2.0

  • Added forward and backward substitution.

v0.1.0

  • This is the first release.