public class VRange extends Range implements NaryOperatorI
MatrixValueI
type.
,
Serialized FormConstructor 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, setCurNumberOfParameters
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkNumberOfParameters, getNumberOfParameters, run, setCurNumberOfParameters
public Dimensions calcDim(Dimensions[] dims) throws ParseException
calcDim
in interface NaryOperatorI
ParseException
public MatrixValueI calcValue(MatrixValueI res, MatrixValueI[] inputs) throws ParseException
calcValue
in interface NaryOperatorI
ParseException
Jas4pp 1.5 © Java Analysis Studio for Particle Physics