| |
bools abs= | If true take absolute value [nin]
|
floats add= | Scalar values to add to each dataset [nin]
|
bools exp= | If true compute exponential [nin]
|
bools log= | If true take logarithm [nin]
|
string mode= | 'a' means add (default),
'p' or 'm' means multiply,
'd' means divide
|
floats scale= | Scalar values to multiply each dataset with [nin]
|
bools sqrt= | If true take square root [nin]
|
|