proxsuite 0.6.7
The Advanced Proximal Optimization Toolbox
Loading...
Searching...
No Matches
backward_data.hpp File Reference
Include dependency graph for backward_data.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  proxsuite::proxqp::dense::BackwardData< T >
 This class stores the jacobians of PROXQP solvers with dense backends at a solutions wrt model parameters. More...
 

Namespaces

namespace  proxsuite
 
namespace  proxsuite::proxqp
 
namespace  proxsuite::proxqp::dense
 

Macros

#define PROXSUITE_CHECK_SIZE(size, expected_size)
 

Macro Definition Documentation

◆ PROXSUITE_CHECK_SIZE

#define PROXSUITE_CHECK_SIZE ( size,
expected_size )
Value:
if (size != 0) { \
if (!(size == expected_size)) \
return false; \
}