|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Polynomial.Term | |
---|---|
sbrt.kernel.math | Provides classes and interfaces for creating objects relevant to mathematics. |
Uses of Polynomial.Term in sbrt.kernel.math |
---|
Subinterfaces of Polynomial.Term in sbrt.kernel.math | |
---|---|
static interface |
LinearComb.Term<V>
This interface is used to represent the terms of linear combinations. |
static interface |
QuadraticExpr.Term<V>
This interface is used to represent the terms of quadratic expressions. |
Classes in sbrt.kernel.math that implement Polynomial.Term | |
---|---|
static class |
AbstractLinearComb.Term<V>
This class is a skeleton implementation of LinearComb.Term. |
static class |
HashLinearComb.Term<V>
This class is a concrete implementation of LinearComb.Term. |
Methods in sbrt.kernel.math that return Polynomial.Term | |
---|---|
Polynomial.Term<V>[] |
Polynomial.getTermArray()
Returns an array containing all of the terms of this polynomial. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |