#include <SparseEntry.h>
Public Member Functions | |
bool | hasOnlyZeroUI () |
bool | operator< (const SparseEntry &rhs) const |
bool | operator== (const SparseEntry &rhs) const |
std::ostream & | write (std::ostream &out) |
Public Attributes | |
vector< UniqueIndex > | uniqueIndex |
Definition at line 12 of file SparseEntry.h.
bool SparseEntry::hasOnlyZeroUI | ( | ) |
Definition at line 5 of file SparseEntry.cpp.
bool SparseEntry::operator< | ( | const SparseEntry & | rhs | ) | const |
Definition at line 26 of file SparseEntry.cpp.
bool SparseEntry::operator== | ( | const SparseEntry & | rhs | ) | const |
Definition at line 14 of file SparseEntry.cpp.
std::ostream & SparseEntry::write | ( | std::ostream & | out | ) |
Definition at line 40 of file SparseEntry.cpp.
vector<UniqueIndex> SparseEntry::uniqueIndex |
Definition at line 15 of file SparseEntry.h.