Mat

Type Alias Mat 

Source
pub type Mat<A> = OwnedArray<A, (Ix, Ix)>;
Expand description

initialize matrix object

Aliased Typeยง

pub struct Mat<A> { /* private fields */ }