-
Notifications
You must be signed in to change notification settings - Fork 391
L_1so
Joris Gillis edited this page Apr 4, 2023
·
2 revisions
[INTERNAL]
::
collocation_points(int order, str scheme) -> [float]
Obtain collocation points of specific order and scheme.
order: Which order (1 to 9 supported)
scheme: 'radau' or 'legendre'
Extra doc: https://github.com/casadi/casadi/wiki/L_1so
Doc source: https://github.com/casadi/casadi/blob/develop/casadi/core/integration_tools.hpp#L120
Implementation: https://github.com/casadi/casadi/blob/develop/casadi/core/integration_tools.cpp#L120-L122
To edit, see writing tips.