Package org.apache.commons.numbers.examples.jmh.complex
Benchmarks for the
org.apache.commons.numbers.complex
components.-
Class Summary Class Description ComplexPerformance Executes a benchmark to measure the speed of operations in theComplex
class.ComplexPerformance.ComplexAndRealNumbers Contains an array of complex numbers and an array of real numbers.ComplexPerformance.ComplexNumbers Contains an array of complex numbers.ComplexPerformance.ComplexNumberSize Contains the size of numbers.ComplexPerformance.TwoComplexNumbers Contains two arrays of complex numbers.SinCosPerformance Executes a benchmark to estimate the speed of sin/cos operations.SinCosPerformance.BaseNumbers Contains an array of numbers.SinCosPerformance.Numbers Contains an array of numbers.SinCosPerformance.NumberSize Contains the size of numbers.SinCosPerformance.UniformNumbers Contains an array of uniform numbers.