See: Description
Class | Description |
---|---|
GramSchmidt<T extends FieldElement<T>> |
The Gram–Schmidt process, but without normalizing.
|
PerisicField |
Combine the perisic library with the apache commons math library.
|
PerisicFieldElement |
Implements the
FieldElement interface, for PerisicField |
RationalMatrix |
A class implementing matrixes of rationals via
FieldMatrix and PerisicField . |
Minimal extension over the Apache Commons Math Library required for this library. For release 0.2 this is simply the computation of determinants of sub-matricies of matrices over the rationals (Q). There is some code that supports determinants of sub-matrices over polynomials, which is not needed until later releases.