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)=0 | concepts::VecOperator< F::d_type > | protectedpure virtual |
c_type typedef | concepts::VecOperator< F::d_type > | |
definedJacA_ | concepts::Newton< F > | protected |
dimX() const | concepts::Operator< F > | inlinevirtual |
dimX_ | concepts::Newton< F > | protected |
dimY() const | concepts::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) const | concepts::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 typedef | concepts::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::OutputOperator | virtual |