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)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()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)concepts::Operator< F >inline
operator()(const Function< r_type > &fncY, Function< F > &fncX)concepts::VecOperator< F::d_type >virtual
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
r_type typedefconcepts::VecOperator< F::d_type >
setLinearSolver_(F *Jacobian)concepts::Newton< F >protectedvirtual
show_messages()concepts::Newton< F >virtual
tol_concepts::Newton< F >protected
typeconcepts::Newton< F >
VecOperator(uint dimX, uint dimY)concepts::VecOperator< F::d_type >inline
verbose_concepts::Newton< F >protected
~Newton()concepts::Newton< F >inlinevirtual
~Operator()concepts::Operator< F >inlinevirtual
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich