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

type MatrixMul<N, R1, C1, C2, SA> = Matrix<N, R1, C2, MulStorage<N, R1, C1, C2, SA>>;

The type of the result of a matrix multiplication.