Type Definition nalgebra::core::OwnedSquareMatrix [] [src]

type OwnedSquareMatrix<N, D, A> = OwnedMatrix<N, D, D, A>;

The type of the result of a square matrix allocation by the allocator A.