Skip to content

Releases: sklassen/erlang-linalg-native

SVD and Complex Numbers

10 Oct 02:23
538058b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

Choelsky and LU decomposition

10 Oct 12:32
b31eef5
Compare
Choose a tag to compare

Three major improvements.

  • qr can now handle non-square matrix;
  • added cholesky and lu decompositions;
  • and faster det calculations.

basic arithmetic, inverse and qr decomposition.

10 Jan 11:17
a958c19
Compare
Choose a tag to compare

This first release has basic scalar, vector and matrix arithmetic. Matrix inverse and multiplication. Some root finding. QR decomposition using householder algorithm.