Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jmat.function
Class TestDoubleFunction  view TestDoubleFunction download TestDoubleFunction.java

java.lang.Object
  extended byjmat.function.TestDoubleFunction
Direct Known Subclasses:
TestDoubleFunctionExpression

public abstract class TestDoubleFunction
extends java.lang.Object

Titre : JAva MAtrix TOols

Description :

Version:
1.0

Field Summary
protected  int argNumber
           
 
Constructor Summary
TestDoubleFunction()
           
 
Method Summary
 void checkArgNumber(int n)
           
abstract  boolean eval(double[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

argNumber

protected int argNumber
Constructor Detail

TestDoubleFunction

public TestDoubleFunction()
Method Detail

eval

public abstract boolean eval(double[] values)

checkArgNumber

public void checkArgNumber(int n)