Memory struct, forward sparsity pattern propagation. More...
#include <integrator_impl.hpp>
Definition at line 75 of file integrator_impl.hpp.
Public Attributes | |
const bvec_t ** | arg |
bvec_t ** | res |
casadi_int * | iw |
bvec_t * | w |
const bvec_t** casadi::SpForwardMem::arg |
Definition at line 76 of file integrator_impl.hpp.
Referenced by casadi::Integrator::bdae_sp_forward(), casadi::Integrator::bquad_sp_forward(), casadi::Integrator::fdae_sp_forward(), and casadi::Integrator::fquad_sp_forward().
casadi_int* casadi::SpForwardMem::iw |
Definition at line 78 of file integrator_impl.hpp.
Referenced by casadi::Integrator::bdae_sp_forward(), casadi::Integrator::bquad_sp_forward(), casadi::Integrator::fdae_sp_forward(), and casadi::Integrator::fquad_sp_forward().
bvec_t** casadi::SpForwardMem::res |
Definition at line 77 of file integrator_impl.hpp.
Referenced by casadi::Integrator::bdae_sp_forward(), casadi::Integrator::bquad_sp_forward(), casadi::Integrator::fdae_sp_forward(), and casadi::Integrator::fquad_sp_forward().
bvec_t* casadi::SpForwardMem::w |
Definition at line 79 of file integrator_impl.hpp.
Referenced by casadi::Integrator::bdae_sp_forward(), casadi::Integrator::bquad_sp_forward(), casadi::Integrator::fdae_sp_forward(), and casadi::Integrator::fquad_sp_forward().