|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nfunk.jep.function.PostfixMathCommand
org.nfunk.jep.function.List
org.lsmp.djep.vectorJep.function.VList
org.lsmp.djep.matrixJep.function.MList
A enhanced version of list, allows matricies and tensors.
Field Summary |
Fields inherited from class org.nfunk.jep.function.PostfixMathCommand |
curNumberOfParameters, numberOfParameters |
Constructor Summary | |
MList()
|
Method Summary | |
void |
append(Node node,
PrintVisitor pv)
Used to print the TensorNode with all its children. |
protected void |
bufferAppend(MatrixNodeI node,
PrintVisitor pv,
int currank)
recursive procedure to print the tensor with lots of brackets. |
MatrixValueI |
calcValue(MatrixValueI res,
MatrixValueI[] inputs)
Calculates the value of this operator for given input with results stored in res. |
Methods inherited from class org.lsmp.djep.vectorJep.function.VList |
calcDim, run |
Methods inherited from class org.nfunk.jep.function.PostfixMathCommand |
checkStack, getNumberOfParameters, setCurNumberOfParameters |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.lsmp.djep.vectorJep.function.NaryOperatorI |
calcDim |
Methods inherited from interface org.nfunk.jep.function.PostfixMathCommandI |
getNumberOfParameters, run, setCurNumberOfParameters |
Constructor Detail |
public MList()
Method Detail |
public MatrixValueI calcValue(MatrixValueI res, MatrixValueI[] inputs) throws ParseException
NaryOperatorI
calcValue
in interface NaryOperatorI
calcValue
in class VList
ParseException
protected void bufferAppend(MatrixNodeI node, PrintVisitor pv, int currank) throws ParseException
ParseException
public void append(Node node, PrintVisitor pv) throws ParseException
append
in interface PrintVisitor.PrintRulesI
ParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |