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

java.lang.Objectjmat.function.MatrixFunction
- Direct Known Subclasses:
- MatrixFunctionExpression
- public abstract class MatrixFunction
- extends java.lang.Object
Titre : JAva MAtrix TOols
Description :
- Version:
- 1.0
| Field Summary | |
protected int |
argNumber
|
| Constructor Summary | |
MatrixFunction()
|
|
| Method Summary | |
void |
checkArgNumber(int n)
|
abstract jmat.data.Matrix |
eval(jmat.data.Matrix[] 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 |
MatrixFunction
public MatrixFunction()
| Method Detail |
eval
public abstract jmat.data.Matrix eval(jmat.data.Matrix[] 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.MatrixFunction