Trait algebloat::traits::MatrixRawSet[][src]

pub trait MatrixRawSet {
    unsafe fn raw_set(&self, r: usize, c: usize, val: f64);
}

Required methods

Implementors