Home
last modified time | relevance | path

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

/dports/graphics/xpx/xpx/
H A Dundo.c32 } u_plot; member
65 free(u->u_plot.pts);
150 p = (UNDOPTS *)realloc(uu->u_plot.pts, sizeof(UNDOPTS)*(uu->u_plot.n + 1));
154 uu->u_plot.n = 0;
160 uu->u_plot.pts = p;
161 p += uu->u_plot.n;
165 uu->u_plot.n++;
217 pos = uu->u_plot.pts;
231 pos = uu->u_plot.pts;
232 i = uu->u_plot.n;
[all …]
/dports/math/casadi/casadi-3.5.5/docs/examples/python/
H A Ddirect_collocation.py97 u_plot = [] variable
115 u_plot.append(Uk)
163 u_plot = ca.horzcat(*u_plot) variable
175 trajectories = ca.Function('trajectories', [w], [x_plot, u_plot], ['w'], ['x', 'u'])
H A Dnlp_sensitivities.py90 u_plot = [] variable
113 u_plot.append(Uk)
161 u_plot = ca.horzcat(*u_plot) variable
172 trajectories = ca.Function('trajectories', [w], [x_plot, u_plot], ['w'], ['x', 'u'])