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