Uses of Class
edu.jas.poly.Overlap
-
Packages that use Overlap Package Description edu.jas.gb Groebner bases package.edu.jas.poly Generic coefficients polynomial package. -
-
Uses of Overlap in edu.jas.gb
Methods in edu.jas.gb with parameters of type Overlap Modifier and Type Method Description GenWordPolynomial<C>
WordReductionAbstract. SPolynomial(Overlap ol, C a, GenWordPolynomial<C> A, C b, GenWordPolynomial<C> B)
S-Polynomials of non-commutative polynomials. -
Uses of Overlap in edu.jas.poly
Fields in edu.jas.poly with type parameters of type Overlap Modifier and Type Field Description java.util.List<Overlap>
OverlapList. ols
Methods in edu.jas.poly with parameters of type Overlap Modifier and Type Method Description void
OverlapList. add(Overlap ol)
Add to list.boolean
Word. isOverlap(Overlap ol, Word V)
Is word overlap.
-