Dynamical system model
|
This is the complete list of members for dsf::SparseMatrix< T >, including all inherited members.
col(Id idCol) const | dsf::SparseMatrix< T > | |
empty() const noexcept | dsf::SparseMatrix< T > | inline |
insert(Id row, Id col, T value) | dsf::SparseMatrix< T > | |
n() const noexcept | dsf::SparseMatrix< T > | inline |
normalize(const axis_t axis=true, const T value=static_cast< T >(1)) | dsf::SparseMatrix< T > | |
operator()(Id row, Id col) const | dsf::SparseMatrix< T > | |
operator=(const SparseMatrix &other)=default (defined in dsf::SparseMatrix< T >) | dsf::SparseMatrix< T > | |
operator=(SparseMatrix &&other)=default (defined in dsf::SparseMatrix< T >) | dsf::SparseMatrix< T > | |
operator==(const SparseMatrix &other) const (defined in dsf::SparseMatrix< T >) | dsf::SparseMatrix< T > | |
read(std::string const &fileName, std::string const &fileType="bin", std::unordered_map< std::string, Id > const &mapping={}) | dsf::SparseMatrix< T > | |
row(Id idRow) const | dsf::SparseMatrix< T > | |
save(std::string const &fileName) const | dsf::SparseMatrix< T > | |
setDefaultValue(T value) | dsf::SparseMatrix< T > | inline |
size() const noexcept | dsf::SparseMatrix< T > | inline |
SparseMatrix() | dsf::SparseMatrix< T > | |
SparseMatrix(std::string const &fileName, std::string const &fileType="bin") | dsf::SparseMatrix< T > | |
SparseMatrix(const SparseMatrix &other)=default | dsf::SparseMatrix< T > | |
SparseMatrix(SparseMatrix &&other)=default | dsf::SparseMatrix< T > |