proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
proxsuite::proxqp::dense::linesearch::PrimalDualDerivativeResult< T > Struct Template Reference

This class stores the results of the primal-dual line-search. More...

#include <proxsuite/proxqp/dense/linesearch.hpp>

Collaboration diagram for proxsuite::proxqp::dense::linesearch::PrimalDualDerivativeResult< T >:
[legend]

Public Member Functions

 VEG_REFLECT (PrimalDualDerivativeResult, a, b, grad)
 

Public Attributes

a
 
b
 
grad
 

Detailed Description

template<typename T>
struct proxsuite::proxqp::dense::linesearch::PrimalDualDerivativeResult< T >

This class stores the results of the primal-dual line-search.

Stores results of the line-search.

Parameters
asecond order polynomial coefficient of the merit function used in the linesearch.
bfirst order polynomial coefficient of the merit function used in the linesearch.
gradderivative of the merit function used in the linesearch.

Definition at line 31 of file linesearch.hpp.

Member Function Documentation

◆ VEG_REFLECT()

Member Data Documentation

◆ a

Definition at line 33 of file linesearch.hpp.

◆ b

Definition at line 34 of file linesearch.hpp.

◆ grad

Definition at line 35 of file linesearch.hpp.


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