Trait algebloat::index::MatrixIndexGet [] [src]

pub trait MatrixIndexGet<T> {
    unsafe fn unsafe_get_idx(&self, mat: &T) -> f64;
    fn get_idx(&self, mat: &T) -> f64;
}

Required Methods

Implementors