JMSLTM Numerical Library 4.0

com.imsl.math
Interface OdeRungeKutta.Function

Enclosing interface:
OdeRungeKutta

public static interface OdeRungeKutta.Function

Public interface for user supplied function to OdeRungeKutta object.


Method Summary
 void f(double x, double[] y, double[] yprime)
          Returns the value of the function at the given point.
 

Method Detail

f

public void f(double x,
              double[] y,
              double[] yprime)
Returns the value of the function at the given point.

Parameters:
x - a double, the point at which the function is to be evaluated
y - a double array which contains the dependent variable values
yprime - a double array which contains the value of the function at (x,y)

JMSLTM Numerical Library 4.0

Copyright 1970-2006 Visual Numerics, Inc.
Built June 1 2006.