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