An element of the algorithm, namely an MX node. More...
#include <mx_function.hpp>
Extra doc: https://github.com/casadi/casadi/wiki/L_1x
Definition at line 45 of file mx_function.hpp.
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... | |
std::vector<casadi_int> casadi::MXAlgEl::arg |
Definition at line 53 of file mx_function.hpp.
Referenced by casadi::MXFunction::init(), casadi::MXFunction::MXFunction(), casadi::MXFunction::print(), and casadi::MXFunction::print_arg().
MX casadi::MXAlgEl::data |
Definition at line 50 of file mx_function.hpp.
Referenced by casadi::MXFunction::init(), casadi::MXFunction::MXFunction(), casadi::MXFunction::print(), casadi::MXFunction::print_arg(), and casadi::MXFunction::print_res().
casadi_int casadi::MXAlgEl::op |
Definition at line 47 of file mx_function.hpp.
Referenced by casadi::MXFunction::init(), casadi::MXFunction::MXFunction(), and casadi::MXFunction::print().
std::vector<casadi_int> casadi::MXAlgEl::res |
Definition at line 56 of file mx_function.hpp.
Referenced by casadi::MXFunction::init(), casadi::MXFunction::MXFunction(), casadi::MXFunction::print(), and casadi::MXFunction::print_res().