p3_matrix::dense

Type Alias RowMajorMatrixViewMut

Source
pub type RowMajorMatrixViewMut<'a, T> = DenseMatrix<T, &'a mut [T]>;

Aliased Type§

struct RowMajorMatrixViewMut<'a, T> {
    pub values: &'a mut [T],
    pub width: usize,
    /* private fields */
}

Fields§

§values: &'a mut [T]§width: usize