Trait algebloat::traits::MatrixRawGet[][src]

pub trait MatrixRawGet {
    unsafe fn raw_get(&self, r: usize, c: usize) -> f64;
}

Required methods

Implementations on Foreign Types

Implementors