Heidelberg Educational Numerics Library Version 0.27 (from 15 March 2021)
|
Public Member Functions | |
builder (size_type new_m_rows, size_type new_m_cols) | |
builder (const std::initializer_list< std::initializer_list< REAL > > &v) | |
std::pair< typename std::map< size_type, REAL >::iterator, bool > | addEntry (size_type i, size_type j, REAL value) |
std::pair< typename std::map< size_type, REAL >::iterator, bool > | addEntry (size_type i, size_type j) |
bool | operator== (const SparseMatrix::builder &other) const |
bool | operator!= (const SparseMatrix::builder &other) const |
size_type | colsize () const noexcept |
size_type | rowsize () const noexcept |
size_type | setNumCols (size_type new_m_cols) noexcept |
size_type | setNumRows (size_type new_m_rows) |
void | clear () noexcept |
std::string | to_string () const |
SparseMatrix | build () |