Trait algebloat::traits::MatrixGet [] [src]

pub trait MatrixGet<T> {
    unsafe fn unsafe_get(&self, idx: T) -> f64;
    fn get(&self, idx: T) -> f64;
}

Required Methods

Implementors