Class AddVectorMatrixRule

All Implemented Interfaces:
RewriteRuleI, JepComponent, Serializable

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