Skip to main content

Matrix2D

Type Alias Matrix2D 

Source
pub type Matrix2D<T = f64> = Matrix<2, 2, T>;

Aliased Type§

pub struct Matrix2D<T = f64> { /* private fields */ }