Skip to main content

Matrix1

Type Alias Matrix1 

Source
pub type Matrix1<T> = Matrix<T, 1, 1>;
Expand description

1×1 matrix.

Aliased Type§

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