LAMA
|
Public Member Functions | |
Row () | |
Row (const Row &other) | |
Row (const IndexType numValuesPerRow) | |
Row & | operator= (const Row &other) |
void | reserve (const IndexType numValuesPerRow) |
void | scale (const ValueType val) |
Data Fields | |
std::vector< IndexType > | ja |
std::vector< ValueType > | values |
lama::SparseAssemblyStorage< T >::Row::Row | ( | ) |
lama::SparseAssemblyStorage< T >::Row::Row | ( | const Row & | other | ) |
lama::SparseAssemblyStorage< T >::Row::Row | ( | const IndexType | numValuesPerRow | ) |
SparseAssemblyStorage< T >::Row & lama::SparseAssemblyStorage< T >::Row::operator= | ( | const Row & | other | ) |
void lama::SparseAssemblyStorage< T >::Row::reserve | ( | const IndexType | numValuesPerRow | ) |
void lama::SparseAssemblyStorage< T >::Row::scale | ( | const ValueType | val | ) |
std::vector<IndexType> lama::SparseAssemblyStorage< T >::Row::ja |
std::vector<ValueType> lama::SparseAssemblyStorage< T >::Row::values |