Adaptor functor for scalar Real valued residual and Jacobian types. More...
#include <NestedSolve.h>
Public Member Functions | |
RealEigenAdaptorFunctor (R &residual_lambda, J &jacobian_lambda) | |
int | operator() (V &guess, V &residual) |
int | df (V &guess, typename NestedSolveTempl< is_ad >::template CorrespondingJacobian< V > &jacobian) |
const Real & | getResidualNorm () |
Private Types | |
using | V = typename NestedSolveTempl< is_ad >::DynamicVector |
Private Attributes | |
R & | _residual_lambda |
J & | _jacobian_lambda |
Real | _residual_norm |
Adaptor functor for scalar Real valued residual and Jacobian types.
Picks the single scalar component.
Definition at line 664 of file NestedSolve.h.
|
private |
Definition at line 666 of file NestedSolve.h.
|
inline |
Definition at line 669 of file NestedSolve.h.
|
inline |
Definition at line 680 of file NestedSolve.h.
|
inline |
Definition at line 686 of file NestedSolve.h.
|
inline |
Definition at line 673 of file NestedSolve.h.
|
private |
Definition at line 694 of file NestedSolve.h.
Referenced by NestedSolveInternal::RealEigenAdaptorFunctor< is_ad, R, J, store_residual_norm >::df().
|
private |
Definition at line 693 of file NestedSolve.h.
Referenced by NestedSolveInternal::RealEigenAdaptorFunctor< is_ad, R, J, store_residual_norm >::operator()().
|
private |