[][src]Trait nova_math::traits::RowRefMut

pub trait RowRefMut: Row {
    fn get_row_ref_mut(&mut self, row: usize) -> &mut Self::Output;
}

This type abstracts a matrix where you can get a mutable reference of a row

Required methods

fn get_row_ref_mut(&mut self, row: usize) -> &mut Self::Output

Get a mutable reference to a given row of a matrix

Loading content...

Implementors

Loading content...