Uses of Class
org.apache.commons.math3.complex.ComplexField
-
Packages that use ComplexField Package Description org.apache.commons.math3.complex Complex number type and implementations of complex transcendental functions. -
-
Uses of ComplexField in org.apache.commons.math3.complex
Fields in org.apache.commons.math3.complex declared as ComplexField Modifier and Type Field Description private static ComplexFieldComplexField.LazyHolder. INSTANCECached field instance.Methods in org.apache.commons.math3.complex that return ComplexField Modifier and Type Method Description ComplexFieldComplex. getField()Get theFieldto which the instance belongs.static ComplexFieldComplexField. getInstance()Get the unique instance.
-