Home
last modified time | relevance | path

Searched refs:Vdotf (Results 1 – 1 of 1) sorted by relevance

/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Ddple.cpp247 Function Vdotf; in get_forward() local
255 Vdotf = Function("PAVbar", {A, P, Adot, Vdot}, in get_forward()
262 MX Qdot = Vdotf.map("map", "serial", nrhs_, {0, 2}, std::vector<casadi_int>{}) in get_forward()