ScalarMultiplication¶
Source: models/common/ScalarMultiplication.py
Calculate the product of multiple Scalar variables with a constant scaling coefficient. Using reciprocal, one can have the reciprocity of each variable
Inputs¶
from—input·Scalar· requiredScalar variables to be multiplied
Outputs¶
to—output·Scalar· requiredThe multiplicative product
Parameters¶
scaling—parameter·Scalar· default1The scaling coefficient to multiply to the final product
Other options¶
reciprocal—list· defaultFalseList of boolens, one for each variable, in which the reciprocity of the corresponding variable is taken. When the length of this list is 1, the same reciprocal condition applies to all variables.