org.jmat.function
Class DoubleFunctionInterpolation

java.lang.Object
  |
  +--org.jmat.function.Function
        |
        +--org.jmat.function.DoubleFunction
              |
              +--org.jmat.function.DoubleFunctionInterpolation
All Implemented Interfaces:
CommandLinePrintable, StringPrintable

public class DoubleFunctionInterpolation
extends DoubleFunction


Field Summary
 
Fields inherited from class org.jmat.function.Function
argNumber
 
Constructor Summary
DoubleFunctionInterpolation(Matrix in, Matrix out)
           
 
Method Summary
 double eval(double value)
           
 double eval(Matrix values)
           
 
Methods inherited from class org.jmat.function.DoubleFunction
toPlot2DPanel, toPlot3DPanel
 
Methods inherited from class org.jmat.function.Function
checkArgNumber, getArgNumber, toCommandLine, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DoubleFunctionInterpolation

public DoubleFunctionInterpolation(Matrix in,
                                   Matrix out)
Method Detail

eval

public double eval(Matrix values)
Specified by:
eval in class DoubleFunction

eval

public double eval(double value)