Skip to content

Releases: knickish/constgebra

v0.1.4

16 Mar 19:06
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @elpiel made their first contribution in #5

Full Changelog: 0.1.1...v0.1.4

v0.1.1

08 Apr 20:33
Compare
Choose a tag to compare

Changed the name of the matrix type to CMatrix (from SMatrix) to avoid a naming collision with nalgebra's statically sized matrix type. Added documentation to most methods, and fixed a bug in the subtraction operation.

v0.1.0

18 Feb 17:41
Compare
Choose a tag to compare

Initial version (0.1.0) is completed and up on crates.io.

Includes support for calculating the Moore-Penrose Pseudoinverse of square matrices, as well as

  • Addition
  • Subtraction
  • Multiplication
    for arbitrary matrices.