Uses of Class
linearalgebra.symbolic.PairOperator

Packages that use PairOperator
linearalgebra.symbolic   
 

Uses of PairOperator in linearalgebra.symbolic
 

Subclasses of PairOperator in linearalgebra.symbolic
 class Addition
           
 class Multiplication
           
 

Methods in linearalgebra.symbolic that return PairOperator
protected abstract  PairOperator PairOperator.createNewInstance(SymbolicValue left, SymbolicValue right)
           
protected  PairOperator Multiplication.createNewInstance(SymbolicValue left, SymbolicValue right)
           
protected  PairOperator Addition.createNewInstance(SymbolicValue left, SymbolicValue right)