Package de.grogra.numeric.cvode

Interface Summary
CVRhsFn This function computes the ODE right-hand side for a given value of the independent variable t and state vector y.
CVRootFn This function implements a vector-valued function g(t, y) such that the roots of the nrtfn components gi(t, y) are sought.
 

Class Summary
CVODE This class provides native access to the CVODE library using JNA.
N_Vector This structure represents an N-dimensional vector of double.
N_Vector._N_VectorContent_Serial  
N_Vector.ByReference  
N_Vector.ByValue