Type Definition DrMatrixMut
mop_structs::matrix::dr_matrix
type DrMatrixMut<'a, T> = DrMatrix<&'a mut [T]>;