Crate hebrides

Source
Expand description

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.

Re-exports§

pub use elem::*;
pub use linal::*;

Modules§

elem
Implementations for real and complex numbers.
linal
Implementations for linear algebra.