-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
CySolverIssues related to the CySolver classIssues related to the CySolver classcryk_odeIssues related to the cyrk_ode functionIssues related to the cyrk_ode functioncythonIssue related to cython-based codeIssue related to cython-based codeenhancementNew feature or requestNew feature or request
Description
For performance and simplicity reasons, it was decided that the optional arguments (args
) passed to both the CySolver
and cyrk_ode
solvers must be given as floating point numbers (no complex values, strings, booleans, etc). It would be nice to offer the ability to pass other types of values via the args
parameter.
For the same reasons, the optional capture of additional outputs for both solvers is also limited to certain types (floats for CySolver; floats or complex for cyrk_ode).
Metadata
Metadata
Assignees
Labels
CySolverIssues related to the CySolver classIssues related to the CySolver classcryk_odeIssues related to the cyrk_ode functionIssues related to the cyrk_ode functioncythonIssue related to cython-based codeIssue related to cython-based codeenhancementNew feature or requestNew feature or request