Package org.hipparchus.complex
Complex number type and implementations of complex transcendental
functions.
-
Class Summary Class Description Complex Representation of a Complex number, i.e. a number which has both a real and imaginary part.ComplexComparator Comparator for Complex Numbers.ComplexField Representation of the complex numbers field.ComplexFormat Formats a Complex number in cartesian format "Re(c) + Im(c)i".ComplexUnivariateIntegrator Wrapper to perform univariate complex integration using an underlying real integration algorithms.ComplexUtils Static implementations of commonComplex
utilities functions.FieldComplex<T extends CalculusFieldElement<T>> Representation of a Complex number, i.e. a number which has both a real and imaginary part.FieldComplexField<T extends CalculusFieldElement<T>> Representation of the complex numbers field.FieldComplexUnivariateIntegrator<T extends CalculusFieldElement<T>> Wrapper to perform univariate complex integration using an underlying real integration algorithms.Quaternion This class implements quaternions (Hamilton's hypercomplex numbers).RootsOfUnity A helper class for the computation and caching of then
-th roots of unity.