Uses of Class
org.geotools.metadata.math.Complex
Packages that use Complex
Package
Description
A set of mathematical objects and algebraic utilities.
-
Uses of Complex in org.geotools.metadata.math
Methods in org.geotools.metadata.math that return ComplexMethods in org.geotools.metadata.math with parameters of type ComplexModifier and TypeMethodDescriptionvoid
Adds to complex numbers.void
Complex.addMultiply
(Complex c0, Complex c1, Complex c2) Multplies two complex numbers, and add the result to a third one.void
Set this complex number to the same value than the specified one.void
Divides one complex number by another.boolean
Returnstrue
if this complex number has the same value than the specified one.void
Multiplies a complex number by a scalar.void
Multplies two complex numbers.void
Computes the integer power of a complex number up to 6.Constructors in org.geotools.metadata.math with parameters of type Complex