Type Definition relp::data::linear_algebra::SparseTuple[][src]

type SparseTuple<F> = (usize, F);
Expand description

Inner value for the SparseVector and SparseMatrix type.