Struct rust_basic_matrix::Matrix [] [src]

pub struct Matrix<T> {
    pub cols: usize,
    pub rows: usize,
    // some fields omitted
}

Fields

Methods

impl<T: Clone> Matrix<T>
[src]

Expand or contract the matrix, filling any new slots with initial