[][src]Module totsu::mat

Matrix

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

Structs

MatGen

Generic struct of matrix

Constants

FP_EPSILON

Machine epsilon value for f64.

FP_MINPOS

Smallest positive normal f64 value.

XOR64_INIT

Xorshift random number generator initializer

Traits

MatAcc

Helper matrix accessor for operator overload

View

Ownership view of matrix array entity

Functions

xor64

Xorshift random number generator

Type Definitions

FP

Scalar floating point type

Mat

Matrix

MatSliMu

Matrix slice mutable

MatSlice

Matrix slice