This is the complete list of members for
MathTL::BlockMatrix< C >, including all inherited members.
| apply(const Vector< C > &x, Vector< C > &Mx) const | MathTL::BlockMatrix< C > | [virtual] |
| apply_transposed(const Vector< C > &x, Vector< C > &Mtx) const | MathTL::BlockMatrix< C > | [virtual] |
| block_column_dimension(const size_type block_column) const | MathTL::BlockMatrix< C > | [inline] |
| block_columns() const | MathTL::BlockMatrix< C > | [inline] |
| block_columns_columns | MathTL::BlockMatrix< C > | [protected] |
| block_row_dimension(const size_type block_row) const | MathTL::BlockMatrix< C > | [inline] |
| block_rows() const | MathTL::BlockMatrix< C > | [inline] |
| block_rows_rows | MathTL::BlockMatrix< C > | [protected] |
| BlockMatrix(const size_type n=0) | MathTL::BlockMatrix< C > | [explicit] |
| BlockMatrix(const size_type block_rows, const size_type block_columns) | MathTL::BlockMatrix< C > | |
| BlockMatrix(const BlockMatrix< C > &) | MathTL::BlockMatrix< C > | |
| blocks | MathTL::BlockMatrix< C > | [protected] |
| calculate_size() | MathTL::BlockMatrix< C > | [protected] |
| clone() const | MathTL::BlockMatrix< C > | [virtual] |
| clone_transposed() const | MathTL::BlockMatrix< C > | [virtual] |
| coldim_ | MathTL::BlockMatrix< C > | [protected] |
| column_dimension() const | MathTL::BlockMatrix< C > | [inline, virtual] |
| empty() const | MathTL::BlockMatrix< C > | [inline] |
| get_block(const size_type block_row, const size_type block_column) const | MathTL::BlockMatrix< C > | [inline] |
| print(std::ostream &os, const unsigned int tabwidth=10, const unsigned int precision=3) const | MathTL::BlockMatrix< C > | [virtual] |
| resize_block_column(const size_type block_row, const size_type columns) | MathTL::BlockMatrix< C > | [inline] |
| resize_block_row(const size_type block_row, const size_type rows) | MathTL::BlockMatrix< C > | [inline] |
| row_dimension() const | MathTL::BlockMatrix< C > | [inline, virtual] |
| rowdim_ | MathTL::BlockMatrix< C > | [protected] |
| set_block(const size_type row, const size_type column, MatrixBlock< C > *block) | MathTL::BlockMatrix< C > | [inline] |
| size_type typedef | MathTL::BlockMatrix< C > | |
| ~BlockMatrix() | MathTL::BlockMatrix< C > | |
| ~MatrixBlock()=0 | MathTL::MatrixBlock< C > | [pure virtual] |