de.grogra.numeric.cvode
Interface CVRootFn
- All Superinterfaces:
- com.sun.jna.Callback
public interface CVRootFn
- extends com.sun.jna.Callback
This function implements a vector-valued function g(t, y) such that the
roots of the nrtfn components gi(t, y) are sought.
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 |
Method Summary |
int |
callback(double t,
N_Vector y,
com.sun.jna.Pointer gout,
com.sun.jna.Pointer user_data)
|
callback
int callback(double t,
N_Vector y,
com.sun.jna.Pointer gout,
com.sun.jna.Pointer user_data)