Uses of Class
org.apache.commons.math3.complex.ComplexField
Packages that use ComplexField
Package
Description
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 ComplexFieldModifier and TypeFieldDescriptionprivate static final ComplexField
ComplexField.LazyHolder.INSTANCE
Cached field instance.Methods in org.apache.commons.math3.complex that return ComplexFieldModifier and TypeMethodDescriptionComplex.getField()
Get theField
to which the instance belongs.static ComplexField
ComplexField.getInstance()
Get the unique instance.