ARTS
2.4.0(git:4fb77825)
|
This is the complete list of members for Block, including all inherited members.
Block(Range row_range, Range column_range, IndexPair indices, std::shared_ptr< Matrix > dense) | Block | inline |
Block(Range row_range, Range column_range, IndexPair indices, std::shared_ptr< Sparse > sparse) | Block | inline |
Block(const Block &)=default | Block | |
Block(Block &&)=default | Block | |
column_range_ | Block | private |
dense_ | Block | private |
diagonal() const | Block | inline |
get_column_range() const | Block | inline |
get_column_range() | Block | inline |
get_dense() const | Block | inline |
get_dense() | Block | inline |
get_indices() const | Block | inline |
get_matrix_type() const | Block | inline |
get_row_range() const | Block | inline |
get_row_range() | Block | inline |
get_sparse() const | Block | inline |
get_sparse() | Block | inline |
indices_ | Block | private |
matrix_type_ | Block | private |
MatrixType enum name | Block | |
mult(MatrixView, ConstMatrixView, const Block &) | Block | friend |
mult(MatrixView, const Block &, ConstMatrixView) | Block | friend |
mult(VectorView, const Block &, ConstVectorView) | Block | friend |
ncols() const | Block | inline |
nrows() const | Block | inline |
operator+=(MatrixView &, const Block &) | Block | friend |
operator=(const Block &)=default | Block | |
operator=(Block &&)=default | Block | |
row_range_ | Block | private |
set_indices(Index f, Index s) | Block | inline |
set_matrix(std::shared_ptr< Sparse > sparse) | Block | inline |
set_matrix(std::shared_ptr< Matrix > dense) | Block | inline |
sparse_ | Block | private |
~Block()=default | Block |