Skip to main content

Matrix2

Type Alias Matrix2 

Source
pub type Matrix2<T> = Tensor2<T>;
Expand description

Type alias for 2D matrix.

Aliased Typeยง

pub struct Matrix2<T>(/* private fields */);