proxsuite-nlp  0.10.0
A primal-dual augmented Lagrangian-type solver for nonlinear programming on manifolds.
Loading...
Searching...
No Matches
proxsuite::nlp::helpers::base_callback< Scalar > Struct Template Referenceabstract

#include <proxsuite-nlp/helpers-base.hpp>

Inheritance diagram for proxsuite::nlp::helpers::base_callback< Scalar >:
[legend]

Public Member Functions

virtual void call (const WorkspaceTpl< Scalar > &, const ResultsTpl< Scalar > &)=0
 
virtual ~base_callback ()=default
 

Detailed Description

template<typename Scalar>
struct proxsuite::nlp::helpers::base_callback< Scalar >

Definition at line 11 of file helpers-base.hpp.

Constructor & Destructor Documentation

◆ ~base_callback()

template<typename Scalar >
virtual proxsuite::nlp::helpers::base_callback< Scalar >::~base_callback ( )
virtualdefault

Member Function Documentation

◆ call()

template<typename Scalar >
virtual void proxsuite::nlp::helpers::base_callback< Scalar >::call ( const WorkspaceTpl< Scalar > & ,
const ResultsTpl< Scalar > &  )
pure virtual

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