de.grogra.numeric.cvode
Interface CVRhsFn
- All Superinterfaces:
- com.sun.jna.Callback
public interface CVRhsFn
- extends com.sun.jna.Callback
This function computes the ODE right-hand side for a given value of the
independent variable t and state vector y.
Nested classes/interfaces inherited from interface com.sun.jna.Callback |
com.sun.jna.Callback.UncaughtExceptionHandler |
Fields inherited from interface com.sun.jna.Callback |
FORBIDDEN_NAMES, METHOD_NAME |
callback
int callback(double t,
N_Vector y,
N_Vector ydot,
com.sun.jna.Pointer user_data)