version 0.4.1
Ikarus::NonlinearSolverBase< F, Args > Struct Template Reference

Base for all nonlinear solvers. Defines the message interface that can be broadcasted to listeners. More...

#include <ikarus/solver/nonlinearsolver/nonlinearsolverbase.hh>

Inheritance diagram for Ikarus::NonlinearSolverBase< F, Args >:
[legend]

Public Types

using State = NonlinearSolverStateType< F >
 

Public Member Functions

Broadcaster< M > & station ()
 
const Broadcaster< M > & station () const
 

Detailed Description

template<typename F, typename... Args>
struct Ikarus::NonlinearSolverBase< F, Args >
Template Parameters
FType of the differentiable function to solve.
ArgsAdditional message signatures can be broadcasted

Member Typedef Documentation

◆ State

template<typename F , typename... Args>
using Ikarus::NonlinearSolverBase< F, Args >::State = NonlinearSolverStateType<F>

Member Function Documentation

◆ station() [1/2]

Broadcaster< M > & Ikarus::Broadcasters< Signatures >::station ( )
inlineinherited

◆ station() [2/2]

const Broadcaster< M > & Ikarus::Broadcasters< Signatures >::station ( ) const
inlineinherited

The documentation for this struct was generated from the following file: