Heidelberg Educational Numerics Library Version 0.27 (from 15 March 2021)
Public Member Functions | List of all members
hdnum::SparseMatrix< REAL >::builder Class Reference

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, booladdEntry (size_type i, size_type j, REAL value)
 
std::pair< typename std::map< size_type, REAL >::iterator, booladdEntry (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 ()
 

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