Struct const_matrix::matrix::MF[][src]

pub struct MF<T: Numeric<T>, const ROWS: usize, const COLS: usize> { /* fields omitted */ }
Expand description

MF is the Matrix Factory used for the creation of new matrices.

Implementations

Create a new matrix initialized with zeros on the stack.

Create a new matrix initialized with zeros on the heap.

Create an identity matrix on the stack.

Create an identity matrix on the heap.

Create a diagonal matrix with initial diagonal value diag_val on the stack.

Create a diagonal matrix with initial diagonal value diag_val on the heap.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.