[][src]Trait nova_math::traits::RowRef

pub trait RowRef: Row {
    fn get_row_ref(&self, row: usize) -> &Self::Output;
}

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

Required methods

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

Get a reference to a given row of a matrix

Loading content...

Implementors

Loading content...