constgebra
Const Linear Algebra
0.1.4
6.0M downloads/mo
#4155 most downloaded on crates.io
knickish/constgebra
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 11 months
Most releases are documented
notes for 3 of 5 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
5 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
5 releases · Feb 2023 to Mar 2024Releases
latest 5-
0.1.415 Mar 2024Release notes
Open source →What's Changed
- add no_std crate attribute by @knickish in #4
- feat: impl Default for CMatrix by @elpiel in #5
- Feature/vector helpers by @knickish in #6
- add various helper apis + dot product by @knickish in #8
New Contributors
Full Changelog: 0.1.1...v0.1.4
-
0.1.301 May 2023Nothing published for this version
-
0.1.213 Apr 2023Nothing published for this version
-
0.1.108 Apr 2023Release notes
Open source →Changed the name of the matrix type to
CMatrix(fromSMatrix) to avoid a naming collision withnalgebra's statically sized matrix type. Added documentation to most methods, and fixed a bug in the subtraction operation. -
0.1.018 Feb 2023Release notes
Open source →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.