Class ScalarMultiplicationRule

All Implemented Interfaces:
RewriteRuleI, JepComponent, Serializable

public class ScalarMultiplicationRule extends AbstractVectorMatrixRule
A rule which expands multiplication of vectors and matrices by scalers. d * [a,b,c] -> [d*a,d*b,d*c], [a,b,c] * d -> [a*d,b*d,c*d].
Since:
Jep 4.1 extensions 2.2
See Also: