Releases: knickish/constgebra
Releases · knickish/constgebra
v0.1.1
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
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.