MathTL
MathTL::BlockMatrix< C > Member List
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_columnsMathTL::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_rowsMathTL::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 >
blocksMathTL::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 typedefMathTL::BlockMatrix< C >
~BlockMatrix()MathTL::BlockMatrix< C >
~MatrixBlock()=0MathTL::MatrixBlock< C > [pure virtual]
 All Classes Functions Variables Typedefs Enumerations