public class VRange extends Range implements NaryOperatorI
MatrixValueI
type.curNumberOfParameters, numberOfParameters| Constructor and Description |
|---|
VRange() |
| Modifier and Type | Method and Description |
|---|---|
Dimensions |
calcDim(Dimensions[] dims)
Calculates the dimension of this node with given dimensions of children.
|
MatrixValueI |
calcValue(MatrixValueI res,
MatrixValueI[] inputs)
Calculates the value of this node.
|
Object |
genRange(double low,
double inc,
int steps)
Generates a range [low,low+inc,...,low+inc*(steps-1)]
|
checkNumberOfParameters, checkStack, getNumberOfParameters, setCurNumberOfParametersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckNumberOfParameters, getNumberOfParameters, run, setCurNumberOfParameterspublic Dimensions calcDim(Dimensions[] dims) throws ParseException
calcDim in interface NaryOperatorIParseExceptionpublic MatrixValueI calcValue(MatrixValueI res, MatrixValueI[] inputs) throws ParseException
calcValue in interface NaryOperatorIParseExceptionCopyright © 2018. All rights reserved.