List of all members | Public Attributes
casadi::SLEQPMemory Struct Reference

#include <sleqp_interface.hpp>

Detailed Description

Definition at line 22 of file sleqp_interface.hpp.

Inheritance diagram for casadi::SLEQPMemory:
Inheritance graph
[legend]

Public Attributes

struct {
   SleqpProblem *   problem
 
   SleqpVec *   primal
 
   SleqpSolver *   solver
 
internal
 
double * xk
 
double * gk
 
double * grad_fk
 
double * jac_gk
 
double * cb_xk
 
double * cb_lam_xk
 
double * cb_lam_gk
 
double * h_dk
 
double * h_pk
 
double * h_mk
 
bool iteration_callback_ignore_errors
 
const SLEQPInterfaceinterface
 

Member Data Documentation

◆ cb_lam_gk

double * casadi::SLEQPMemory::cb_lam_gk

Definition at line 36 of file sleqp_interface.hpp.

◆ cb_lam_xk

double * casadi::SLEQPMemory::cb_lam_xk

Definition at line 36 of file sleqp_interface.hpp.

◆ cb_xk

double* casadi::SLEQPMemory::cb_xk

Definition at line 36 of file sleqp_interface.hpp.

◆ gk

double* casadi::SLEQPMemory::gk

Definition at line 33 of file sleqp_interface.hpp.

◆ grad_fk

double * casadi::SLEQPMemory::grad_fk

Definition at line 33 of file sleqp_interface.hpp.

◆ h_dk

double* casadi::SLEQPMemory::h_dk

Definition at line 39 of file sleqp_interface.hpp.

◆ h_mk

double * casadi::SLEQPMemory::h_mk

Definition at line 39 of file sleqp_interface.hpp.

◆ h_pk

double * casadi::SLEQPMemory::h_pk

Definition at line 39 of file sleqp_interface.hpp.

◆ interface

const SLEQPInterface* casadi::SLEQPMemory::interface

Definition at line 43 of file sleqp_interface.hpp.

◆ 

struct { ... } casadi::SLEQPMemory::internal

◆ iteration_callback_ignore_errors

bool casadi::SLEQPMemory::iteration_callback_ignore_errors

Definition at line 41 of file sleqp_interface.hpp.

◆ jac_gk

double * casadi::SLEQPMemory::jac_gk

Definition at line 33 of file sleqp_interface.hpp.

◆ primal

SleqpVec* casadi::SLEQPMemory::primal

Definition at line 27 of file sleqp_interface.hpp.

◆ problem

SleqpProblem* casadi::SLEQPMemory::problem

Definition at line 25 of file sleqp_interface.hpp.

◆ solver

SleqpSolver* casadi::SLEQPMemory::solver

Definition at line 28 of file sleqp_interface.hpp.

◆ xk

double* casadi::SLEQPMemory::xk

Definition at line 32 of file sleqp_interface.hpp.


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