Memory struct, backward sparsity pattern propagation. More...
#include <integrator_impl.hpp>
Definition at line 83 of file integrator_impl.hpp.
Public Attributes | |
| bvec_t ** | arg |
| bvec_t ** | res |
| casadi_int * | iw |
| bvec_t * | w |
| bvec_t** casadi::SpReverseMem::arg |
Definition at line 84 of file integrator_impl.hpp.
Referenced by casadi::Integrator::bdae_sp_reverse(), casadi::Integrator::bquad_sp_reverse(), casadi::Integrator::fdae_sp_reverse(), and casadi::Integrator::fquad_sp_reverse().
| casadi_int* casadi::SpReverseMem::iw |
Definition at line 86 of file integrator_impl.hpp.
Referenced by casadi::Integrator::bdae_sp_reverse(), casadi::Integrator::bquad_sp_reverse(), casadi::Integrator::fdae_sp_reverse(), and casadi::Integrator::fquad_sp_reverse().
| bvec_t** casadi::SpReverseMem::res |
Definition at line 85 of file integrator_impl.hpp.
Referenced by casadi::Integrator::bdae_sp_reverse(), casadi::Integrator::bquad_sp_reverse(), casadi::Integrator::fdae_sp_reverse(), and casadi::Integrator::fquad_sp_reverse().
| bvec_t* casadi::SpReverseMem::w |
Definition at line 87 of file integrator_impl.hpp.
Referenced by casadi::Integrator::bdae_sp_reverse(), casadi::Integrator::bquad_sp_reverse(), casadi::Integrator::fdae_sp_reverse(), and casadi::Integrator::fquad_sp_reverse().