FEI
Version of the Day
|
#include <fei_CSVec.hpp>
'Compressed Sparse Vector' stored as two std::vectors: a vector of ints for the indices and a vector of doubles for the coefficients.
Non-member functions add_entry and put_entry maintain sortedness of the vector when inserting new entries.
Definition at line 24 of file fei_CSVec.hpp.