NUMCXX
0.13.20181108
Numerical library for small projects and teaching purposes
|
This is the complete list of members for numcxx::TPreconILU< T >, including all inherited members.
create(const std::shared_ptr< TSparseMatrix< T >> pA) | numcxx::TPreconILU< T > | inlinestatic |
pA | numcxx::TPreconILU< T > | private |
pDiagIdx | numcxx::TPreconILU< T > | |
pIA | numcxx::TPreconILU< T > | private |
pInvDiag | numcxx::TPreconILU< T > | |
pJA | numcxx::TPreconILU< T > | private |
solve(TArray< T > &Sol, const TArray< T > &Rhs) const | numcxx::TPreconILU< T > | inlinevirtual |
TLinSolver() | numcxx::TLinSolver< T > | inline |
TPreconILU(const std::shared_ptr< TSparseMatrix< T >> pA) | numcxx::TPreconILU< T > | inline |
TPreconILU(TSparseMatrix< T > &A) | numcxx::TPreconILU< T > | inline |
update(TSparseMatrix< T > &A) | numcxx::TPreconILU< T > | inline |
numcxx::TLinSolver::update(void) | numcxx::TLinSolver< T > | inlinevirtual |
~TPreconILU() | numcxx::TPreconILU< T > | inline |