Class DotProductRule

All Implemented Interfaces:
RewriteRuleI, JepComponent, Serializable

public class DotProductRule extends AbstractVectorMatrixRule
A rule which expands the dot product of two vectors. [a,b,c] . [d,e,f] -> a*d+b*e+c*f
Since:
Jep 4.1 extensions 2.2
See Also: