A C D E F G H I K L M N Q R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(CMFieldElement<C>) - Method in class edu.jas.commons.math.CMFieldElement
- assertMatrixEquals(Object[][], Object[][]) - Method in class edu.jas.commons.math.CMFieldElementTest
C
- CMField<C extends edu.jas.structure.RingElem<C>> - Class in edu.jas.commons.math
-
Class that wraps a JAS
RingFactory
in a commons-mathField
. - CMField(ElemFactory<C>) - Constructor for class edu.jas.commons.math.CMField
- CMField(RingFactory<C>) - Constructor for class edu.jas.commons.math.CMField
- CMFieldElement<C extends edu.jas.structure.RingElem<C>> - Class in edu.jas.commons.math
-
Class that wraps a JAS
RingElem
in a commons-mathFieldElement
. - CMFieldElement(C) - Constructor for class edu.jas.commons.math.CMFieldElement
- CMFieldElementTest - Class in edu.jas.commons.math
-
CMFieldElementTest tests with JUnit
- CMFieldElementTest(String) - Constructor for class edu.jas.commons.math.CMFieldElementTest
-
Constructs a
CMFieldElementTest
object. - CMFieldElementUtil - Class in edu.jas.commons.math
-
Conversion methods from JAS to commons-math and vice versa.
- CMFieldElementUtil() - Constructor for class edu.jas.commons.math.CMFieldElementUtil
- compareTo(CMFieldElement<C>) - Method in class edu.jas.commons.math.CMFieldElement
- complexRoots(GenPolynomial<C>) - Method in class edu.jas.commons.math.Roots
-
Complex root approximation using companion matrix.
D
- determinant(GenMatrix<C>) - Method in class edu.jas.commons.math.GaussElimination
-
Determinant of a matrix.
- divide(CMFieldElement<C>) - Method in class edu.jas.commons.math.CMFieldElement
E
- edu.jas.commons.math - package edu.jas.commons.math
- equals(Object) - Method in class edu.jas.commons.math.CMField
- equals(Object) - Method in class edu.jas.commons.math.CMFieldElement
- example1() - Static method in class edu.jas.commons.math.MatrixExamples
- example2() - Static method in class edu.jas.commons.math.MatrixExamples
F
- fac - Variable in class edu.jas.commons.math.CMField
- fromCMFieldElement(CMFieldElement<C>[]) - Static method in class edu.jas.commons.math.CMFieldElementUtil
-
Convert commons-math
FieldElement
to JASRingElem
to. - fromCMFieldElement(CMFieldElement<C>[][]) - Static method in class edu.jas.commons.math.CMFieldElementUtil
-
Convert commons-math
FieldElement
to JASRingElem
to. - fromCMFieldVector(FieldVector<CMFieldElement<C>>) - Static method in class edu.jas.commons.math.CMFieldElementUtil
-
Convert commons-math
FieldElement
to JASRingElem
to.
G
- GaussElimination<C extends edu.jas.structure.RingElem<C>> - Class in edu.jas.commons.math
-
Algorithms related to Gaussian elimination.
- GaussElimination() - Constructor for class edu.jas.commons.math.GaussElimination
- get(int) - Method in class edu.jas.commons.math.CMField
- get(long) - Method in class edu.jas.commons.math.CMField
- get(Object) - Method in class edu.jas.commons.math.CMField
- getArray(int) - Method in class edu.jas.commons.math.CMField
- getArray(int, int) - Method in class edu.jas.commons.math.CMField
- getField() - Method in class edu.jas.commons.math.CMFieldElement
- getOne() - Method in class edu.jas.commons.math.CMField
- getRuntimeClass() - Method in class edu.jas.commons.math.CMField
-
get runtime class
- getZero() - Method in class edu.jas.commons.math.CMField
H
- hashCode() - Method in class edu.jas.commons.math.CMField
- hashCode() - Method in class edu.jas.commons.math.CMFieldElement
I
- inverse(GenMatrix<C>) - Method in class edu.jas.commons.math.GaussElimination
-
Inverse of a matrix.
- isNullSpace(GenMatrix<C>, GenMatrix<C>) - Method in class edu.jas.commons.math.GaussElimination
-
Test if n is a null space for the linear system: a * n = 0.
- isOne() - Method in class edu.jas.commons.math.CMFieldElement
- isZero() - Method in class edu.jas.commons.math.CMFieldElement
K
- kl - Variable in class edu.jas.commons.math.CMFieldElementTest
L
- listFromCMFieldMatrix(FieldMatrix<CMFieldElement<C>>) - Static method in class edu.jas.commons.math.CMFieldElementUtil
-
Convert commons-math
FieldElement
to JASRingElem
to. - listFromCMFieldVector(FieldVector<CMFieldElement<C>>) - Static method in class edu.jas.commons.math.CMFieldElementUtil
-
Convert commons-math
FieldElement
to JASRingElem
to. - ll - Variable in class edu.jas.commons.math.CMFieldElementTest
M
- main(String[]) - Static method in class edu.jas.commons.math.CMFieldElementTest
-
main.
- main(String[]) - Static method in class edu.jas.commons.math.MatrixExamples
- MatrixExamples - Class in edu.jas.commons.math
-
Examples that compute solutions of linear equation systems.
- MatrixExamples() - Constructor for class edu.jas.commons.math.MatrixExamples
- matrixFromCMFieldMatrix(GenMatrixRing<C>, FieldMatrix<CMFieldElement<C>>) - Static method in class edu.jas.commons.math.CMFieldElementUtil
-
Convert commons-math
FieldMatrix
to JASRingElem
to. - matrixToString(Object[][]) - Method in class edu.jas.commons.math.CMFieldElementTest
- multiply(int) - Method in class edu.jas.commons.math.CMFieldElement
- multiply(CMFieldElement<C>) - Method in class edu.jas.commons.math.CMFieldElement
N
- negate() - Method in class edu.jas.commons.math.CMFieldElement
Q
- q - Variable in class edu.jas.commons.math.CMFieldElementTest
R
- reciprocal() - Method in class edu.jas.commons.math.CMFieldElement
- rl - Variable in class edu.jas.commons.math.CMFieldElementTest
- Roots<C extends edu.jas.structure.RingElem<C> & edu.jas.arith.Rational> - Class in edu.jas.commons.math
-
Algorithms related to polynomial roots.
- Roots() - Constructor for class edu.jas.commons.math.Roots
S
- setUp() - Method in class edu.jas.commons.math.CMFieldElementTest
- solve(GenMatrix<C>, GenVector<C>) - Method in class edu.jas.commons.math.GaussElimination
-
Solve a linear system: a x = b.
- subtract(CMFieldElement<C>) - Method in class edu.jas.commons.math.CMFieldElement
- suite() - Static method in class edu.jas.commons.math.CMFieldElementTest
T
- tearDown() - Method in class edu.jas.commons.math.CMFieldElementTest
- testConstruction() - Method in class edu.jas.commons.math.CMFieldElementTest
-
Test constructor and toString.
- testFactory() - Method in class edu.jas.commons.math.CMFieldElementTest
-
Test factory and toString.
- testMatrixConversion() - Method in class edu.jas.commons.math.CMFieldElementTest
-
Test matrix conversions.
- testVectorConversion() - Method in class edu.jas.commons.math.CMFieldElementTest
-
Test vector conversions.
- toArray(GenMatrix<C>) - Static method in class edu.jas.commons.math.CMFieldElementUtil
- toArray(GenVector<C>) - Static method in class edu.jas.commons.math.CMFieldElementUtil
- toArray(List<C>) - Static method in class edu.jas.commons.math.CMFieldElementUtil
- toArrayFromMatrix(List<ArrayList<C>>) - Static method in class edu.jas.commons.math.CMFieldElementUtil
- toCMFieldElement(C[]) - Static method in class edu.jas.commons.math.CMFieldElementUtil
-
Convert JAS
RingElem
to commons-mathFieldElement
. - toCMFieldElement(C[][]) - Static method in class edu.jas.commons.math.CMFieldElementUtil
-
Convert JAS
RingElem
to commons-mathFieldElement
. - toCMFieldElement(GenMatrix<C>) - Static method in class edu.jas.commons.math.CMFieldElementUtil
-
Convert JAS
RingElem
to commons-mathFieldElement
. - toCMFieldElement(GenVector<C>) - Static method in class edu.jas.commons.math.CMFieldElementUtil
-
Convert JAS
RingElem
to commons-mathFieldElement
. - toCMFieldElement(List<C>) - Static method in class edu.jas.commons.math.CMFieldElementUtil
-
Convert JAS
RingElem
to commons-mathFieldElement
. - toCMFieldElementFromMatrix(List<ArrayList<C>>) - Static method in class edu.jas.commons.math.CMFieldElementUtil
-
Convert JAS
RingElem
to commons-mathFieldElement
. - toCMFieldElementRE(RingElem<C>[]) - Static method in class edu.jas.commons.math.CMFieldElementUtil
-
Convert JAS
RingElem
to commons-mathFieldElement
. - toCMFieldElementRE(RingElem<C>[][]) - Static method in class edu.jas.commons.math.CMFieldElementUtil
-
Convert JAS
RingElem
to commons-mathFieldElement
. - toCMFieldElementVector(GenVector<C>) - Static method in class edu.jas.commons.math.CMFieldElementUtil
-
Convert JAS
RingElem
to commons-mathFieldElement
. - toCMFieldMatrix(GenMatrix<C>) - Static method in class edu.jas.commons.math.CMFieldElementUtil
-
Convert JAS
RingElem
to commons-mathFieldElement
. - toList(C[]) - Static method in class edu.jas.commons.math.CMFieldElementUtil
- toList(C[][]) - Static method in class edu.jas.commons.math.CMFieldElementUtil
- toString() - Method in class edu.jas.commons.math.CMField
-
Get the string representation.
- toString() - Method in class edu.jas.commons.math.CMFieldElement
-
Get the string representation.
- trace(GenMatrix<C>) - Method in class edu.jas.commons.math.GaussElimination
-
Trace of a matrix.
V
- val - Variable in class edu.jas.commons.math.CMFieldElement
- vectorFromCMFieldVector(GenVectorModul<C>, FieldVector<CMFieldElement<C>>) - Static method in class edu.jas.commons.math.CMFieldElementUtil
-
Convert commons-math
FieldElement
to JASRingElem
to.
All Classes All Packages