|
|||||||||
| Home >> All >> jmat >> [ function overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jmat.function
Class TestDoubleFunction

java.lang.Objectjmat.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)
|
|||||||||
| Home >> All >> jmat >> [ function overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
jmat.function.TestDoubleFunction