FEI  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
List of all members
fei::CSVec Class Reference

#include <fei_CSVec.hpp>

Detailed Description

'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.


The documentation for this class was generated from the following files: