Trait nalgebra::SquareMatrix [] [src]

pub trait SquareMatrix<N, V: Mul<Self, Output=V>>: Matrix<N, V, V> + Mul<Self, Output=Self> + Eye + Transpose + Diagonal<V> + Inverse + Dimension + One { }

Trait implemented by square matrices.

Implementors