ug4
ug::LU< TAlgebra > Member List

This is the complete list of members for ug::LU< TAlgebra >, including all inherited members.

algebra_type typedefug::LU< TAlgebra >
apply(vector_type &u, const vector_type &f)ug::LU< TAlgebra >inlinevirtual
ug::ILinearIterator::apply(Y &c, const X &d)=0ug::ILinearIterator< X, Y >pure virtual
apply_lu(vector_type &x, const vector_type &b)ug::LU< TAlgebra >inline
apply_return_defect(vector_type &u, vector_type &f)ug::LU< TAlgebra >inlinevirtual
apply_update_defect(TAlgebra::vector_type &u, TAlgebra::vector_type &f)ug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type >inlinevirtual
ug::ILinearIterator::apply_update_defect(Y &c, X &d)=0ug::ILinearIterator< X, Y >pure virtual
base_type typedefug::LU< TAlgebra >
clone()ug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type >inlinevirtual
codomain_function_type typedefug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type >
config_string() constug::LU< TAlgebra >inlinevirtual
convergence_check() constug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type >inline
convergence_check()ug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type >inline
damping()ug::ILinearIterator< X, Y >inline
defect() constug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type >inline
domain_function_type typedefug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type >
ILinearIterator()ug::ILinearIterator< X, Y >inline
ILinearIterator(const ILinearIterator< X, Y > &parent)ug::ILinearIterator< X, Y >inline
ILinearOperatorInverse()ug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type >inline
ILinearOperatorInverse(SmartPtr< IConvergenceCheck< TAlgebra::vector_type > > spConvCheck)ug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type >inline
ilut_scalarug::LU< TAlgebra >protected
init(SmartPtr< MatrixOperator< matrix_type, vector_type > > Op)ug::LU< TAlgebra >inlinevirtual
init(SmartPtr< MatrixOperator< M, Y, X > > A)=0ug::LU< TAlgebra >
init(SmartPtr< ILinearOperator< Y, X > > A, const Y &u)ug::LU< TAlgebra >inline
init(SmartPtr< ILinearOperator< Y, X > > A)ug::LU< TAlgebra >inline
IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type >::init(SmartPtr< MatrixOperator< TAlgebra::matrix_type, TAlgebra::vector_type, TAlgebra::vector_type > > A)=0ug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type >pure virtual
IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type >::init(SmartPtr< ILinearOperator< TAlgebra::vector_type, TAlgebra::vector_type > > A, const TAlgebra::vector_type &u)ug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type >inlinevirtual
IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type >::init(SmartPtr< ILinearOperator< TAlgebra::vector_type, TAlgebra::vector_type > > A)ug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type >inlinevirtual
ug::ILinearIterator::init(SmartPtr< ILinearOperator< Y, X > > J, const Y &u)=0ug::ILinearIterator< X, Y >pure virtual
ug::ILinearIterator::init(SmartPtr< ILinearOperator< Y, X > > L)=0ug::ILinearIterator< X, Y >pure virtual
init_dense(const matrix_type &A)ug::LU< TAlgebra >inlineprivate
init_lu(const matrix_type *pA)ug::LU< TAlgebra >inline
init_sparse(const matrix_type &A)ug::LU< TAlgebra >inlineprivate
init_var(const matrix_type &A)ug::LU< TAlgebra >inlineprivate
linear_operator()ug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type >inline
LU()ug::LU< TAlgebra >inline
m_bug::LU< TAlgebra >protected
m_bDenseug::LU< TAlgebra >protected
m_bInfoug::LU< TAlgebra >protected
m_bShowProgressug::LU< TAlgebra >protected
m_bSortSparseug::LU< TAlgebra >protected
m_iMinimumForSparseug::LU< TAlgebra >protected
m_matug::LU< TAlgebra >protected
m_pMatrixug::LU< TAlgebra >protected
m_sizeug::LU< TAlgebra >protected
m_spConvCheckug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type >protected
m_spDampingug::ILinearIterator< X, Y >protected
m_spLinearOperatorug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type >protected
m_spOperatorug::LU< TAlgebra >protected
m_tmpug::LU< TAlgebra >protected
m_uug::LU< TAlgebra >protected
matrix_type typedefug::LU< TAlgebra >
name() constug::LU< TAlgebra >inlinevirtual
print_info(const matrix_type &A)ug::LU< TAlgebra >inlineprivate
reduction() constug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type >inline
set_convergence_check(SmartPtr< IConvergenceCheck< TAlgebra::vector_type > > spConvCheck)ug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type >inline
set_damp(SmartPtr< IDamping< X, Y > > spScaling)ug::ILinearIterator< X, Y >inline
set_damp(number factor)ug::ILinearIterator< X, Y >inline
set_info(bool b)ug::LU< TAlgebra >inline
set_minimum_for_sparse(size_t N)ug::LU< TAlgebra >inline
set_show_progress(bool b)ug::LU< TAlgebra >inline
set_sort_sparse(bool b)ug::LU< TAlgebra >inline
solve_dense(vector_type &x, const vector_type &b)ug::LU< TAlgebra >inlineprivate
solve_sparse(vector_type &x, const vector_type &b)ug::LU< TAlgebra >inlineprivate
standard_offset() constug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type >inlinevirtual
step() constug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type >inline
supports_parallel() constug::LU< TAlgebra >inlinevirtual
vector_type typedefug::LU< TAlgebra >
~ILinearIterator()ug::ILinearIterator< X, Y >inlinevirtual
~ILinearOperatorInverse()ug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type >inlinevirtual
~IMatrixOperatorInverse()ug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type >inlinevirtual
~LU()ug::LU< TAlgebra >inlinevirtual