Jive reference manual
jem::numeric::SparseMatrix< T > Member List

This is the complete list of members for jem::numeric::SparseMatrix< T >, including all inherited members.

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 typedefjem::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 typedefjem::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 >