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

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

#571 in Math

Download history 3/week @ 2024-02-22 1/week @ 2024-02-29 2/week @ 2024-03-07 2/week @ 2024-03-14 38/week @ 2024-03-28 22/week @ 2024-04-04

60 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