Package | Description |
---|---|
org.mathIT.algebra |
Provides classes for algebra and linear algebra.
|
org.mathIT.graphs |
Provides classes representing mathematical graphs and its vertices.
|
org.mathIT.gui |
This package provides classes to enable graphical user interfaces (GUI).
|
Class and 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
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
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
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
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.
|
Class and Description |
---|
Matrix
This class enables to construct a matrix which can be manipulated by various
matrix operations.
|
OrderedSet
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.
|
Class and Description |
---|
Matrix
This class enables to construct a matrix which can be manipulated by various
matrix operations.
|