Crate numb_rs

Crate numb_rs 

Source
Expand description

numb_rs is an experimental matrix library Progress > Organisation > Performance

Re-exports§

pub use crate::dense::*;

Modules§

dense
module for the dense matrix type
fraction
Implements a fraction type for unsigned integers
matrix
General Matrix Traits, Errors, and functions and implementations.
numerics
Primitive Number traits for Generic Implementations
patterns
solver
symmetric
utilities
This module contains common traits, errors, functions and the like not specific to matrices

Macros§

mat
With a focus on being concise: This macro will create a matrix using syntax similar to matlab A semicolon ‘;’ represends a new matrix row
symmat
Creates a symmetrical matrix Note that the symmetrical matrix is of type MatrixS, The aim of this macro and associated struct is for saving space

Structs§

MatrixT
This is only a view to the underlying data