Package gaiasky.util.gaia.utils
Interface DiffnFunctionNs
public interface DiffnFunctionNs
-
Method Summary
-
Method Details
-
derivn
double[] derivn(long t, double[] y) - Parameters:
t
- timey
- the set of dependent variables- Returns:
- double[] derivatives of y with respect to time
-