Skip to main content

Matrix

Type Alias Matrix 

Source
pub type Matrix<T> = TypedTensor<T, D2>;
Expand description

Matrix (rank 2)

Aliased Typeยง

pub struct Matrix<T> { /* private fields */ }