Type Alias ndarray::linalg::Mat

source ·
pub type Mat<A> = Array<A, (Ix, Ix)>;
Expand description

Rectangular matrix.

Aliased Type§

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