Class documentation of Concepts

Loading...
Searching...
No Matches
concepts::Newton< F > Member List

This is the complete list of members for concepts::Newton< F >, including all inherited members.

A_concepts::Newton< F >protected
apply_(const Vector< typename F::d_type > &fncY, Vector< typename F::d_type > &fncX) (defined in concepts::Newton< F >)concepts::Newton< F >virtual
apply_()concepts::Newton< F >virtual
VecOperator< F::d_type >::apply_(const Vector< F > &fncY, Vector< F > &fncX)=0concepts::VecOperator< F::d_type >protectedpure virtual
c_type typedefconcepts::VecOperator< F::d_type >
definedJacA_concepts::Newton< F >protected
dimX() constconcepts::Operator< F >inlinevirtual
dimX_concepts::Newton< F >protected
dimY() constconcepts::Operator< F >inlinevirtual
dimY_concepts::Newton< F >protected
dx_concepts::Newton< F >protected
hide_messages() (defined in concepts::Newton< F >)concepts::Newton< F >virtual
info(std::ostream &os) constconcepts::VecOperator< F::d_type >protectedvirtual
iterMax_concepts::Newton< F >protected
JacA_concepts::Newton< F >protected
linearSolver_concepts::Newton< F >protected
Newton(std::function< Vector< typename F::d_type >(Vector< typename F::d_type >)> A, Real dx, uint dimY, uint dimX, Real tol=1e-8, Real iterMax=1000)concepts::Newton< F >inline
Newton(std::function< Vector< typename F::d_type >(Vector< typename F::d_type >)> A, std::function< F(Vector< typename F::d_type >)> JacA, uint dimY, uint dimX, Real tol=1e-8, Real iterMax=50)concepts::Newton< F >inline
Operator(uint dimX, uint dimY) (defined in concepts::Operator< F >)concepts::Operator< F >inline
operator()(const Function< c_type > &fncY, Function< c_type > &fncX)concepts::VecOperator< F::d_type >virtual
operator()(const Vector< r_type > &fncY, Vector< F > &fncX)concepts::VecOperator< F::d_type >virtual
operator()(const Vector< c_type > &fncY, Vector< c_type > &fncX)concepts::VecOperator< F::d_type >virtual
operator()(const Matrix< r_type > &mX, Matrix< F > &mY)concepts::VecOperator< F::d_type >
operator()(const Matrix< c_type > &mX, Matrix< c_type > &mY)concepts::VecOperator< F::d_type >
operator()()concepts::VecOperator< F::d_type >virtual
concepts::Operator::operator()(const Function< r_type > &fncY, Function< F > &fncX)concepts::Operator< F >virtual
r_type typedefconcepts::VecOperator< F::d_type >
setLinearSolver_(F *Jacobian)concepts::Newton< F >protectedvirtual
show_messages() (defined in concepts::Newton< F >)concepts::Newton< F >virtual
tol_concepts::Newton< F >protected
type (defined in concepts::Newton< F >)concepts::Newton< F >
verbose_concepts::Newton< F >protected
~Newton() (defined in concepts::Newton< F >)concepts::Newton< F >inlinevirtual
~Operator() (defined in concepts::Operator< F >)concepts::Operator< F >inlinevirtual
~OutputOperator() (defined in concepts::OutputOperator)concepts::OutputOperatorvirtual