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 Class Summary
 
Nested classes/interfaces inherited from interface com.sun.jna.Callback
com.sun.jna.Callback.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from interface com.sun.jna.Callback
FORBIDDEN_NAMES, METHOD_NAME
 
Method Summary
 int callback(double t, N_Vector y, N_Vector ydot, com.sun.jna.Pointer user_data)
           
 

Method Detail

callback

int callback(double t,
             N_Vector y,
             N_Vector ydot,
             com.sun.jna.Pointer user_data)