hydroScalingAPI.util.ordDiffEqSolver
Interface BasicFunction

All Known Implementing Classes:
IncompleteNetworkEquations_HillDelay, Lorenz, NetworkEquations_ChannelLosses, NetworkEquations_FlowOnly, NetworkEquations_HillDelay, NetworkEquations_S0S2, NetworkEquations_S1S2, NetworkEquations_Simple, Rossler

public interface BasicFunction

An abstract interface that describes a Function (In the mathematical sense)

Author:
Ricardo Mantilla

Method Summary
 double[] eval(double[] input)
          The result from evaluating a double multivariate function
 double[] eval(double[] input, double time)
          The result from evaluating a double multivariate function at time t
 float[] eval(float[] input)
          The result from evaluating a float multivariate function
 float[] eval(float[] input, float time)
          The result from evaluating a float multivariate function at time t
 

Method Detail

eval

float[] eval(float[] input)
The result from evaluating a float multivariate function

Parameters:
input - The values where the function is to be evaluated
Returns:
The value of the function

eval

float[] eval(float[] input,
             float time)
The result from evaluating a float multivariate function at time t

Parameters:
input - The values where the function is to be evaluated
time - The time at which the function is to be evaluated
Returns:
The value of the function

eval

double[] eval(double[] input)
The result from evaluating a double multivariate function

Parameters:
input - The values where the function is to be evaluated
Returns:
The value of the function

eval

double[] eval(double[] input,
              double time)
The result from evaluating a double multivariate function at time t

Parameters:
input - The values where the function is to be evaluated
time - The time at which the function is to be evaluated
Returns:
The value of the function


CUENCAS was initially developed by Ricardo Mantilla at the University of Colorado under the supervision of Dr. Vijay K. Gupta. We wish to recognize the support from the National Science Fundation.