Base for all nonlinear solvers. Defines the message interface that can be broadcasted to listeners. More...
#include <ikarus/solver/nonlinearsolver/nonlinearsolverbase.hh>
Public Types | |
using | State = NonlinearSolverStateType< F > |
Public Member Functions | |
Broadcaster< M > & | station () |
const Broadcaster< M > & | station () const |
F | Type of the differentiable function to solve. |
Args | Additional message signatures can be broadcasted |
using Ikarus::NonlinearSolverBase< F, Args >::State = NonlinearSolverStateType<F> |
|
inlineinherited |
|
inlineinherited |