Trait nalgebra::SquareMat [] [src]

pub trait SquareMat<N, V: Mul<Self, Output=V>>: Mat<N, V, V> + Mul<Self, Output=Self> + Eye + Transpose + Diag<V> + Inv + Dim + One { }

Trait implemented by square matrices.

Implementors