minlin 0.4.0

Rust library with minimal linear algebra made to be as convinient as possible.
Documentation
1
2
3
4
5
6
7
8
9
mod comp_arithm;
mod map_ext;
mod range_ext;
mod rect_ext;
mod two_component;

pub use self::{
    comp_arithm::*, map_ext::*, range_ext::*, rect_ext::*, two_component::*,
};