G+Smo  23.12.0
Geometry + Simulation Modules
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gsIncompleteLUOp< MatrixType > Member List

This is the complete list of members for gsIncompleteLUOp< MatrixType >, including all inherited members.

apply(const gsMatrix< T > &input, gsMatrix< T > &x) const gsIncompleteLUOp< MatrixType >inlinevirtual
Base typedefgsIncompleteLUOp< MatrixType >
BasePtr typedefgsPreconditionerOp< MatrixType::Scalar >
cols() const gsIncompleteLUOp< MatrixType >inlinevirtual
defaultOptions()gsPreconditionerOp< MatrixType::Scalar >inlinestatic
estimateLargestEigenvalueOfPreconditionedSystem(index_t steps=10) constgsPreconditionerOp< MatrixType::Scalar >inline
gsIncompleteLUOp(const MatrixType &mat, index_t fillfactor=1)gsIncompleteLUOp< MatrixType >inlineexplicit
gsIncompleteLUOp(const MatrixPtr &mat, index_t fillfactor=1)gsIncompleteLUOp< MatrixType >inlineexplicit
Identity(const index_t dim)gsLinearOperator< MatrixType::Scalar >inlinestatic
m_exprgsIncompleteLUOp< MatrixType >private
m_ilugsIncompleteLUOp< MatrixType >private
m_matgsIncompleteLUOp< MatrixType >private
makeIncompleteLUOp(const gsEigen::EigenBase< Derived > &mat)gsIncompleteLUOp< MatrixType >related
makeIncompleteLUOp(const memory::shared_ptr< Derived > &mat)gsIncompleteLUOp< MatrixType >related
matrix() const gsIncompleteLUOp< MatrixType >inline
matrixPtr() const gsIncompleteLUOp< MatrixType >inline
numOfSweeps()gsPreconditionerOp< MatrixType::Scalar >inline
Ptr typedefgsIncompleteLUOp< MatrixType >
rows() const gsIncompleteLUOp< MatrixType >inlinevirtual
setNumOfSweeps(index_t n)gsPreconditionerOp< MatrixType::Scalar >inline
setOptions(const gsOptionList &opt)gsPreconditionerOp< MatrixType::Scalar >inlinevirtual
step(const gsMatrix< T > &rhs, gsMatrix< T > &x) const gsIncompleteLUOp< MatrixType >inlinevirtual
stepT(const gsMatrix< MatrixType::Scalar > &rhs, gsMatrix< MatrixType::Scalar > &x) constgsPreconditionerOp< MatrixType::Scalar >inlinevirtual
T typedefgsIncompleteLUOp< MatrixType >
underlyingOp() const gsIncompleteLUOp< MatrixType >inlinevirtual
uPtr typedefgsIncompleteLUOp< MatrixType >