MathTL
MathTL::LowerTriangularMatrix< C > Member List
This is the complete list of members for MathTL::LowerTriangularMatrix< C >, including all inherited members.
apply(const VECTOR &x, VECTOR &Mx) const MathTL::LowerTriangularMatrix< C >
apply_transposed(const VECTOR &x, VECTOR &Mtx) const MathTL::LowerTriangularMatrix< C >
coldim_MathTL::LowerTriangularMatrix< C > [protected]
column_dimension() const MathTL::LowerTriangularMatrix< C > [inline]
empty() const MathTL::LowerTriangularMatrix< C > [inline]
entries_MathTL::LowerTriangularMatrix< C > [protected]
get_entry(const size_type row, const size_type column) const MathTL::LowerTriangularMatrix< C > [inline]
inverse(LowerTriangularMatrix< C > &MInv) const MathTL::LowerTriangularMatrix< C >
LowerTriangularMatrix(const size_type n=0)MathTL::LowerTriangularMatrix< C > [explicit]
LowerTriangularMatrix(const LowerTriangularMatrix< C > &M)MathTL::LowerTriangularMatrix< C > [inline]
LowerTriangularMatrix(const size_type rows, const size_type columns)MathTL::LowerTriangularMatrix< C >
LowerTriangularMatrix(const size_type rows, const size_type columns, const char *str, const bool byrow=true)MathTL::LowerTriangularMatrix< C >
memory_consumption() const MathTL::LowerTriangularMatrix< C > [inline]
operator!=(const LowerTriangularMatrix< C2 > &M) const MathTL::LowerTriangularMatrix< C > [inline]
operator()(const size_type row, const size_type column) const MathTL::LowerTriangularMatrix< C > [inline]
operator()(const size_type row, const size_type column)MathTL::LowerTriangularMatrix< C > [inline]
operator=(const LowerTriangularMatrix< C > &M)MathTL::LowerTriangularMatrix< C >
operator==(const LowerTriangularMatrix< C2 > &M) const MathTL::LowerTriangularMatrix< C >
print(std::ostream &os, const unsigned int tabwidth=10, const unsigned int precision=3) const MathTL::LowerTriangularMatrix< C >
resize(const size_type rows, const size_type columns)MathTL::LowerTriangularMatrix< C >
row_dimension() const MathTL::LowerTriangularMatrix< C > [inline]
rowdim_MathTL::LowerTriangularMatrix< C > [protected]
scale(const C s)MathTL::LowerTriangularMatrix< C > [inline]
set_entry(const size_type row, const size_type column, const C value)MathTL::LowerTriangularMatrix< C > [inline]
size() const MathTL::LowerTriangularMatrix< C > [inline]
size_type typedefMathTL::LowerTriangularMatrix< C >
triangle_index(const size_type row, const size_type column, const size_type rowdim, const size_type coldim)MathTL::LowerTriangularMatrix< C > [inline, protected, static]
triangle_size(const size_type rows, const size_type columns)MathTL::LowerTriangularMatrix< C > [inline, protected, static]
 All Classes Functions Variables Typedefs Enumerations