All Classes

Class Description
Complex
An immutable complex number.
ComplexBuffer
A mutable complex number.
ComplexBufferArray
A mutable complex number array.
ComplexBufferPerformanceTest
Performance test for mutable complex numbers.
ComplexBufferPerformanceTestNoCommonIf
Performance test for mutable complex numbers with no common interface with immutable complex numbers.
ComplexNumber
A common interface to complex numbers.
ComplexNumberArray
A common interface to complex number arrays.
ComplexPerformanceTest
Performance test for immutable complex numbers.
ComplexTest
Run all unit tests for complex numbers
ComplexTestArith
Unit test for the arithmetic operations of complex numbers
ComplexTestBasicIf
Unit test for the basic interface of complex numbers
ComplexTestEquality
Unit test for the equality comparisons of complex numbers
ComplexUtils
A utility class for complex numbers.