oat_rust 0.2.0

User-friendly tools for applied topology
Documentation
//! Compressed sparse vectors.




pub CompressedSparseVector< Index, Coeff >
{
    index: Vec<Index>,
    coeff: Vec<Coeff>
}


impl< Index, Coeff >
    CompressedSparseVector
    < Index, Coeff >
{
    fn iter( &self ) -> 
}