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 TypeMethodDescriptionvoidAdds to complex numbers.voidComplex.addMultiply(Complex c0, Complex c1, Complex c2) Multplies two complex numbers, and add the result to a third one.voidSet this complex number to the same value than the specified one.voidDivides one complex number by another.booleanReturnstrueif this complex number has the same value than the specified one.voidMultiplies a complex number by a scalar.voidMultplies two complex numbers.voidComputes the integer power of a complex number up to 6.Constructors in org.geotools.metadata.math with parameters of type Complex