ARTS
2.4.0(git:4fb77825)
|
This is the complete list of members for Sparse, including all inherited members.
abs(Sparse &A, const Sparse &B) | Sparse | friend |
add(Sparse &A, const Sparse &B, const Sparse &C) | Sparse | friend |
diagonal(ConstVectorView v) | Sparse | static |
diagonal() const | Sparse | |
empty() const | Sparse | |
get_column_index_pointer() | Sparse | inline |
get_element_pointer() | Sparse | inline |
get_row_start_pointer() | Sparse | inline |
id_mat(Sparse &A) | Sparse | friend |
insert_elements(Index nnz, const ArrayOfIndex &rowind, const ArrayOfIndex &colind, ConstVectorView data) | Sparse | |
insert_row(Index r, Vector v) | Sparse | |
list_elements(Vector &values, ArrayOfIndex &row_indices, ArrayOfIndex &column_indices) const | Sparse | |
matrix | Sparse | private |
mult(VectorView y, const Sparse &M, ConstVectorView x) | Sparse | friend |
mult(MatrixView A, const Sparse &B, const ConstMatrixView &C) | Sparse | friend |
mult(MatrixView A, const ConstMatrixView &B, const Sparse &C) | Sparse | friend |
mult(Sparse &A, const Sparse &B, const Sparse &C) | Sparse | friend |
ncols() const | Sparse | |
nnz() const | Sparse | |
nrows() const | Sparse | |
operator Matrix() const | Sparse | explicit |
operator()(Index r, Index c) const | Sparse | |
operator*=(Numeric x) | Sparse | |
operator+=(const Sparse &x) | Sparse | |
operator-=(const Sparse &x) | Sparse | |
operator/=(Numeric x) | Sparse | |
operator<<(std::ostream &os, const Sparse &v) | Sparse | friend |
resize(Index r, Index c) | Sparse | |
ro(Index r, Index c) const | Sparse | |
rw(Index r, Index c) | Sparse | |
Sparse() | Sparse | |
Sparse(Index r, Index c) | Sparse | |
split(Index offset, Index nrows) | Sparse | |
sub(Sparse &A, const Sparse &B, const Sparse &C) | Sparse | friend |
transpose(Sparse &A, const Sparse &B) | Sparse | friend |
transpose_mult(VectorView y, const Sparse &M, ConstVectorView x) | Sparse | friend |