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

An element of the algorithm, namely an MX node. More...

#include <mx_function.hpp>

Detailed Description

Extra doc: https://github.com/casadi/casadi/wiki/L_1x

Definition at line 45 of file mx_function.hpp.

Collaboration diagram for casadi::MXAlgEl:
Collaboration graph
[legend]

Public Attributes

casadi_int op
 Operator index. More...
 
MX data
 Data associated with the operation. More...
 
std::vector< casadi_int > arg
 Work vector indices of the arguments. More...
 
std::vector< casadi_int > res
 Work vector indices of the results. More...
 

Member Data Documentation

◆ arg

std::vector<casadi_int> casadi::MXAlgEl::arg

◆ data

MX casadi::MXAlgEl::data

◆ op

casadi_int casadi::MXAlgEl::op

◆ res

std::vector<casadi_int> casadi::MXAlgEl::res

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