List of all members | Public Attributes
casadi_clarabel_prob< T1 > Struct Template Reference

#include <clarabel_runtime.hpp>

Detailed Description

template<typename T1>
struct casadi_clarabel_prob< T1 >

Definition at line 21 of file clarabel_runtime.hpp.

Public Attributes

const casadi_qp_prob< T1 > * qp
 
const int * colindp
 
const int * rowp
 
const int * colinda
 
const int * rowa
 

Member Data Documentation

◆ colinda

template<typename T1 >
const int* casadi_clarabel_prob< T1 >::colinda

Definition at line 27 of file clarabel_runtime.hpp.

Referenced by casadi::ClarabelInterface::set_clarabel_prob().

◆ colindp

template<typename T1 >
const int* casadi_clarabel_prob< T1 >::colindp

Definition at line 25 of file clarabel_runtime.hpp.

Referenced by casadi::ClarabelInterface::set_clarabel_prob().

◆ qp

template<typename T1 >
const casadi_qp_prob<T1>* casadi_clarabel_prob< T1 >::qp

◆ rowa

template<typename T1 >
const int * casadi_clarabel_prob< T1 >::rowa

Definition at line 27 of file clarabel_runtime.hpp.

Referenced by casadi::ClarabelInterface::set_clarabel_prob().

◆ rowp

template<typename T1 >
const int * casadi_clarabel_prob< T1 >::rowp

Definition at line 25 of file clarabel_runtime.hpp.

Referenced by casadi::ClarabelInterface::set_clarabel_prob().


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