[][src]Module totsu::mat

Matrix

Mat is primal type used to make and own matrix value. See also MatGen for supported methods.

Re-exports

pub use super::matgen::FP;

Structs

XOR64

Xorshift random number generator

Constants

FP_EPSILON

Machine epsilon value for f64.

FP_MINPOS

Smallest positive normal f64 value.

Type Definitions

Mat

Matrix

MatSliMu

Matrix slice mutable

MatSlice

Matrix slice