Trait algebloat::index::MatrixIndexSet [] [src]

pub trait MatrixIndexSet<T> {
    unsafe fn unsafe_set_idx(&self, mat: &T, v: f64);
    fn set_idx(&self, mat: &T, v: f64);
}

Required Methods

Implementors