ARTS  2.3.1285(git:92a29ea9-dirty)
Block Member List

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)Blockinline
Block(Range row_range, Range column_range, IndexPair indices, std::shared_ptr< Sparse > sparse)Blockinline
Block(const Block &)=defaultBlock
Block(Block &&)=defaultBlock
column_range_Blockprivate
dense_Blockprivate
diagonal() constBlockinline
get_column_range() constBlockinline
get_column_range()Blockinline
get_dense() constBlockinline
get_dense()Blockinline
get_indices() constBlockinline
get_matrix_type() constBlockinline
get_row_range() constBlockinline
get_row_range()Blockinline
get_sparse() constBlockinline
get_sparse()Blockinline
indices_Blockprivate
matrix_type_Blockprivate
MatrixType enum nameBlock
mult(MatrixView, ConstMatrixView, const Block &)Blockfriend
mult(MatrixView, const Block &, ConstMatrixView)Blockfriend
mult(VectorView, const Block &, ConstVectorView)Blockfriend
ncols() constBlockinline
nrows() constBlockinline
operator+=(MatrixView &, const Block &)Blockfriend
operator=(const Block &)=defaultBlock
operator=(Block &&)=defaultBlock
row_range_Blockprivate
set_indices(Index f, Index s)Blockinline
set_matrix(std::shared_ptr< Sparse > sparse)Blockinline
set_matrix(std::shared_ptr< Matrix > dense)Blockinline
sparse_Blockprivate
~Block()=defaultBlock