Crate numb_rs[][src]

Expand description

numb_rs is an experimental matrix library Progress > Organisation > Performance

Re-exports

pub use crate::dense::*;

Modules

module for the dense matrix type

Implements a fraction type for unsigned integers

General Matrix Traits, Errors, and functions and implementations.

Primitive Number traits for Generic Implementations

This module contains common traits, errors, functions and the like not specific to matrices

Macros

With a focus on being concise: This macro will create a matrix using syntax similar to matlab A semicolon ‘;’ represends a new matrix row

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

This is only a view to the underlying data