Class ScalarDivisionRule

All Implemented Interfaces:
RewriteRuleI, JepComponent, Serializable

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