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

type MatrixWithScalar<NOld, NNew, R, C, S> = Matrix<NNew, R, C, S::Alloc::Buffer>;

The matrix with storage S and scalar type changed from NOld to NNew.