| Class | Description |
|---|---|
| BigExponentComparator |
This class implements a comparator to enable descending order with respect to
the exponents of a polynomial created by the class
PolynomialZ. |
| EigenvalueDecomposition |
This class computes the eigenvalues and eigenvectors of a real square matrix A.
|
| EnumSet<E extends Enum<E>> |
This class enables to create finite mathematical sets and supplies some of the
usual mathematical set operations such as immutable copy, set difference,
union, or intersection.
|
| ExponentComparator |
This class implements a comparator to enable descending order with respect to
the exponents of a polynomial created by the class
Polynomial. |
| MathSet<E> |
This class enables to create finite mathematical sets and supplies some of the
usual mathematical set operations such as immutable copy, set difference,
union, or intersection.
|
| Matrix |
This class enables to construct a matrix which can be manipulated by various
matrix operations.
|
| OrderedSet<E extends Comparable<E>> |
This class enables to create finite mathematical totally ordered sets
and supplies some of the
usual mathematical set operations such as immutable copy, set difference,
union, or intersection.
|
| Polynomial |
This class enables to generate objects representing polynomials with real coefficients.
|
| PolynomialZ |
This class enables to generate objects representing polynomials with integer
coefficients.
|
| Set<E> |
This class enables to create finite mathematical sets and supplies some of the
usual mathematical set operations such as immutable copy, set difference,
union, or intersection.
|
| SingularValueDecomposition |
Singular Value Decomposition.
|
Requires JDK 7