#complex-numbers #linear-algebra #real-number #matrix #vector #basic

hebrides

Implementations for the real numbers, complex numbers, and basic linear algebra

10 releases

0.1.46 May 7, 2023
0.1.45 Apr 21, 2023
0.1.1 Mar 31, 2023

#878 in Math

39 downloads per month

MIT license

57KB
1.5K SLoC

hebrides


lib.rs:

A general mathematics library.

Real and Complex are Rust implementations of their mathematical counterparts, and Vector and Matrix form the basis of the crate's linear algebra systems.

No runtime deps