This is the complete list of members for Gedim::ISparseArray, including all inherited members.
| Cond(const ISparseArray::ConditionNumberAlgorithm &algorithm=ISparseArray::ConditionNumberAlgorithm::SVDLapack) const =0 | Gedim::ISparseArray | pure virtual |
| ConditionNumberAlgorithm enum name | Gedim::ISparseArray | |
| Create()=0 | Gedim::ISparseArray | pure virtual |
| Destroy()=0 | Gedim::ISparseArray | pure virtual |
| Flush()=0 | Gedim::ISparseArray | pure virtual |
| NonZeros() const =0 | Gedim::ISparseArray | pure virtual |
| Norm() const =0 | Gedim::ISparseArray | pure virtual |
| operator*=(const double &c)=0 | Gedim::ISparseArray | pure virtual |
| operator+=(const ISparseArray &A)=0 | Gedim::ISparseArray | pure virtual |
| operator-=(const ISparseArray &A)=0 | Gedim::ISparseArray | pure virtual |
| operator/=(const double &c)=0 | Gedim::ISparseArray | pure virtual |
| operator<< | Gedim::ISparseArray | friend |
| Print(std::ostream &output) const =0 | Gedim::ISparseArray | pure virtual |
| Reset()=0 | Gedim::ISparseArray | pure virtual |
| SetSize(const unsigned int &numRows, const unsigned int &numCols, const SparseArrayTypes &type=SparseArrayTypes::None)=0 | Gedim::ISparseArray | pure virtual |
| SparseArrayTypes enum name | Gedim::ISparseArray | |
| ToBinaryFile(const std::string &filePath, const bool &append=false) const =0 | Gedim::ISparseArray | pure virtual |
| Triplet(const unsigned int &i, const unsigned int &j, const double &val)=0 | Gedim::ISparseArray | pure virtual |
| Triplets(const std::vector< unsigned int > &i, const std::vector< unsigned int > &j, const std::vector< double > &val)=0 | Gedim::ISparseArray | pure virtual |
| Type() const =0 | Gedim::ISparseArray | pure virtual |
| ~ISparseArray() | Gedim::ISparseArray | inlinevirtual |