Class SubtractVectorMatrixRule

All Implemented Interfaces:
RewriteRuleI, JepComponent, Serializable

public class SubtractVectorMatrixRule extends AbstractVectorMatrixRule
A rule which expands subtraction of vectors and matrices. [a,b] + [c,d] -> [a+c,b+d]
Since:
Jep 4.1 extensions 2.2
See Also: