|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.nfunk.jep.function.PostfixMathCommand org.lsmp.djep.xjep.function.SumType org.lsmp.djep.xjep.function.Sum org.lsmp.djep.matrixJep.function.MSum
public class MSum
Field Summary |
---|
Fields inherited from class org.lsmp.djep.xjep.function.SumType |
---|
name |
Fields inherited from class org.nfunk.jep.function.PostfixMathCommand |
---|
curNumberOfParameters, numberOfParameters |
Constructor Summary | |
---|---|
MSum(JEP j)
|
Method Summary | |
---|---|
Dimensions |
calcDim(Dimensions[] dims)
Find the dimensions of this operator when applied to arguments with given dimensions. |
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.xjep.function.Sum |
---|
evaluate |
Methods inherited from class org.lsmp.djep.xjep.function.SumType |
---|
checkNumberOfParameters, evaluate, evaluate, 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.nfunk.jep.function.PostfixMathCommandI |
---|
checkNumberOfParameters, getNumberOfParameters, run, setCurNumberOfParameters |
Constructor Detail |
---|
public MSum(JEP j)
j
- Method Detail |
---|
public Dimensions calcDim(Dimensions[] dims) throws ParseException
NaryOperatorI
calcDim
in interface NaryOperatorI
ParseException
public MatrixValueI calcValue(MatrixValueI res, MatrixValueI[] inputs) throws ParseException
NaryOperatorI
calcValue
in interface NaryOperatorI
ParseException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |