[][src]Type Definition const_alg::SquareMatrix

type SquareMatrix<T, const N: usize> = Matrix<T, { N }, { N }>;