public class VRange extends Range implements NaryOperatorI
MatrixValueI
type.,
Serialized Form| 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, getNumberOfParameters, setCurNumberOfParametersequals, 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 NaryOperatorIParseExceptionJas4pp 1.5 © Java Analysis Studio for Particle Physics