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

type ColumnVectorSum<N, R1, R2, SA> = Matrix<N, SameShapeR<R1, R2>, U1, SumStorage<N, R1, U1, R2, U1, SA>>;

The type of the result of a matrix sum.