Trait graphblas_sparse_linear_algebra::sparse_matrix::GetMatrixElement[][src]

pub trait GetMatrixElement<T: ValueType> {
    fn get_element(
        &self,
        coordinate: Coordinate
    ) -> Result<MatrixElement<T>, SparseLinearAlgebraError>; }

Required methods

Implementors