algebra_type typedef | ug::LU< TAlgebra > | |
apply(vector_type &u, const vector_type &f) | ug::LU< TAlgebra > | inlinevirtual |
ug::ILinearIterator::apply(Y &c, const X &d)=0 | ug::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)=0 | ug::ILinearIterator< X, Y > | pure virtual |
base_type typedef | ug::LU< TAlgebra > | |
clone() | ug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type > | inlinevirtual |
codomain_function_type typedef | ug::IMatrixOperatorInverse< TAlgebra::matrix_type, TAlgebra::vector_type > | |
config_string() const | ug::LU< TAlgebra > | inlinevirtual |
convergence_check() const | ug::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() const | ug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type > | inline |
domain_function_type typedef | ug::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_scalar | ug::LU< TAlgebra > | protected |
init(SmartPtr< MatrixOperator< matrix_type, vector_type > > Op) | ug::LU< TAlgebra > | inlinevirtual |
init(SmartPtr< MatrixOperator< M, Y, X > > A)=0 | ug::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)=0 | ug::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)=0 | ug::ILinearIterator< X, Y > | pure virtual |
ug::ILinearIterator::init(SmartPtr< ILinearOperator< Y, X > > L)=0 | ug::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_b | ug::LU< TAlgebra > | protected |
m_bDense | ug::LU< TAlgebra > | protected |
m_bInfo | ug::LU< TAlgebra > | protected |
m_bShowProgress | ug::LU< TAlgebra > | protected |
m_bSortSparse | ug::LU< TAlgebra > | protected |
m_iMinimumForSparse | ug::LU< TAlgebra > | protected |
m_mat | ug::LU< TAlgebra > | protected |
m_pMatrix | ug::LU< TAlgebra > | protected |
m_size | ug::LU< TAlgebra > | protected |
m_spConvCheck | ug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type > | protected |
m_spDamping | ug::ILinearIterator< X, Y > | protected |
m_spLinearOperator | ug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type > | protected |
m_spOperator | ug::LU< TAlgebra > | protected |
m_tmp | ug::LU< TAlgebra > | protected |
m_u | ug::LU< TAlgebra > | protected |
matrix_type typedef | ug::LU< TAlgebra > | |
name() const | ug::LU< TAlgebra > | inlinevirtual |
print_info(const matrix_type &A) | ug::LU< TAlgebra > | inlineprivate |
reduction() const | ug::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() const | ug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type > | inlinevirtual |
step() const | ug::ILinearOperatorInverse< TAlgebra::vector_type, TAlgebra::vector_type > | inline |
supports_parallel() const | ug::LU< TAlgebra > | inlinevirtual |
vector_type typedef | ug::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 |