You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Combining the functions f_x!, f_u! and f_d! into one function f_xud! before linearization would reduce the number of function calls needed for linearization, and thus increase performance. This would give one big jacobian, which can be split up into the A, Bu and Bd matrixes.