| clone() const | jem::numeric::SparseMatrix< T > | |
| getColumnIndices() const | jem::numeric::SparseMatrix< T > | |
| getColumnIndices(int i) const | jem::numeric::SparseMatrix< T > | |
| getRowOffsets() const | jem::numeric::SparseMatrix< T > | |
| getStructure() const | jem::numeric::SparseMatrix< T > | |
| getValues() const | jem::numeric::SparseMatrix< T > | |
| getValues(int i) const | jem::numeric::SparseMatrix< T > | |
| nonZeroCount() const | jem::numeric::SparseMatrix< T > | |
| operator<<(io::DataOutput &out, const SparseMatrix< T > &a) | jem::numeric::SparseMatrix< T > | related |
| operator<<(io::TextOutput &out, const SparseMatrix< T > &a) | jem::numeric::SparseMatrix< T > | related |
| operator=(const SparseMatrix &rhs) | jem::numeric::SparseMatrix< T > | |
| operator>>(io::DataInput &in, SparseMatrix< T > &a) | jem::numeric::SparseMatrix< T > | related |
| Shape typedef | jem::numeric::SparseMatrix< T > | |
| shape() const | jem::numeric::SparseMatrix< T > | |
| size(int dim) const | jem::numeric::SparseMatrix< T > | |
| SparseMatrix() | jem::numeric::SparseMatrix< T > | |
| SparseMatrix(const Structure &s) | jem::numeric::SparseMatrix< T > | explicit |
| SparseMatrix(const Structure &s, const Array< T > &values) | jem::numeric::SparseMatrix< T > | |
| SparseMatrix(const Shape &sh, const Array< int > &offsets, const Array< int > &indices) | jem::numeric::SparseMatrix< T > | |
| SparseMatrix(const Shape &sh, const Array< int > &offsets, const Array< int > &indices, const Array< T > &values) | jem::numeric::SparseMatrix< T > | |
| SparseMatrix(const SparseMatrix &rhs) | jem::numeric::SparseMatrix< T > | |
| Structure typedef | jem::numeric::SparseMatrix< T > | |
| swap(SparseMatrix &rhs) | jem::numeric::SparseMatrix< T > | |
| swap(SparseMatrix< T > &lhs, SparseMatrix< T > &rhs) | jem::numeric::SparseMatrix< T > | related |
| transpose() const | jem::numeric::SparseMatrix< T > | |