Type Definition glucose::SquareMatrix[][src]

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