Skip to main content

Matrix

Type Alias Matrix 

Source
pub type Matrix<'a, T = f32> = NdTensorView<'a, T, 2>;
Expand description

View of a 2D tensor.

Aliased Typeยง

pub struct Matrix<'a, T = f32> { /* private fields */ }