slut 0.2.1

Static Linear Untiful Tensors. Library for Vectors and Matrices with Physical Dimensions. Basically `uom` but in a vector space.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod element;

pub mod base;
pub use base::*;
pub mod ops;
pub mod macros;

pub mod scalar;
pub use scalar::*;

pub mod natural;
pub use natural::*;

pub use fmt::*;
pub mod fmt;