Index
A C D E F G H I L M N O P S T V Z
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- abs() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Calculates the absolute value of this complex number.
- abs() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate the absolute value of the complex number in this complex buffer.
- abs() - Method in interface fi.iki.jmtilli.javafastcomplex.ComplexNumber
-
Returns the absolute value of the complex number.
- abs(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate the absolute value of the complex number in this complex buffer.
- abs(int) - Method in interface fi.iki.jmtilli.javafastcomplex.ComplexNumberArray
-
Returns the absolute value of the complex number.
- abs(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Returns the absolute value of the complex number.
- abs(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Returns the absolute value of the complex number.
- acos() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Calculate the inverse cosine of this complex number.
- acos(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the inverse cosine of a complex number.
- acos(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the inverse cosine of a complex number.
- acosh() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Calculate the inverse hyperbolic cosine of this complex number.
- acosh(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the inverse hyperbolic cosine of a complex number.
- acosh(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the inverse hyperbolic cosine of a complex number.
- acoshInPlace() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate the inverse hyperbolic cosine of the value of the buffer and store the result in this buffer
- acoshInPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate the inverse hyperbolic cosine of the value of the buffer and store the result in this buffer
- acosInPlace() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate the inverse cosine of the value of the buffer and store the result in this buffer
- acosInPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate the inverse cosine of the value of the buffer and store the result in this buffer
- add(double) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Add a real number to this complex number
- add(double, ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Add a complex number to a real number
- add(double, ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Add a complex number to a real number
- add(ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Add another complex number to this complex number
- add(ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Add another complex number to this complex number
- add(ComplexNumberArray, int, double) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Add a real number to a complex number
- add(ComplexNumberArray, int, ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Add a complex number to a complex number
- add(ComplexNumberArray, int, ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Add a complex number to a complex number
- add(ComplexNumber, double) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Add a real number to a complex number
- add(ComplexNumber, ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Add a complex number to a complex number
- add(ComplexNumber, ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Add a complex number to a complex number
- addInPlace(double) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Add a real number to this buffer and store the result in this buffer
- addInPlace(int, double) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Add a real number to this buffer and store the result in this buffer
- addInPlace(int, ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Add another complex number to this buffer and store the result in this buffer
- addInPlace(int, ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Add another complex number to this buffer and store the result in this buffer
- addInPlace(ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Add another complex number to this buffer and store the result in this buffer
- addInPlace(ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Add another complex number to this buffer and store the result in this buffer
- arg() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Calculates the argument of this complex number.
- arg() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate the argument of the complex number in this complex buffer.
- arg() - Method in interface fi.iki.jmtilli.javafastcomplex.ComplexNumber
-
Returns the argument of the complex number.
- arg(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate the argument of the complex number in this complex buffer.
- arg(int) - Method in interface fi.iki.jmtilli.javafastcomplex.ComplexNumberArray
-
Returns the argument of the complex number.
- arg(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculates the argument of this complex number.
- arg(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculates the argument of this complex number.
- asin() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Calculate the inverse sine of this complex number.
- asin(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the inverse sine of a complex number.
- asin(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the inverse sine of a complex number.
- asinh() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Calculate the inverse hyperbolic sine of this complex number.
- asinh(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the inverse hyperbolic sine of a complex number.
- asinh(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the inverse hyperbolic sine of a complex number.
- asinhInPlace() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate the inverse hyperbolic sine of the value of the buffer and store the result in this buffer
- asinhInPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate the inverse hyperbolic sine of the value of the buffer and store the result in this buffer
- asinInPlace() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate the inverse sine of the value of the buffer and store the result in this buffer
- asinInPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate the inverse sine of the value of the buffer and store the result in this buffer
- atan() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Calculate the inverse tangent of this complex number.
- atan(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the inverse tangent of a complex number.
- atan(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the inverse tangent of a complex number.
- atanh() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Calculate the inverse hyperbolic tangent of this complex number.
- atanh(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the inverse hyperbolic tangent of a complex number.
- atanh(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the inverse hyperbolic tangent of a complex number.
- atanhInPlace() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate the inverse hyperbolic tangent of the value of the buffer and store the result in this buffer
- atanhInPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate the inverse hyperbolic tangent of the value of the buffer and store the result in this buffer
- atanInPlace() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate the inverse tangent of the value of the buffer and store the result in this buffer
- atanInPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate the inverse tangent of the value of the buffer and store the result in this buffer
C
- Complex - Class in fi.iki.jmtilli.javafastcomplex
-
An immutable complex number.
- Complex(double) - Constructor for class fi.iki.jmtilli.javafastcomplex.Complex
-
Create a complex number with zero imaginary part.
- Complex(double, double) - Constructor for class fi.iki.jmtilli.javafastcomplex.Complex
-
Create a complex number.
- Complex(ComplexNumber) - Constructor for class fi.iki.jmtilli.javafastcomplex.Complex
-
Create a complex number that has the same value as the specified other complex number.
- Complex(ComplexNumberArray, int) - Constructor for class fi.iki.jmtilli.javafastcomplex.Complex
-
Create a complex number that has the same value as the specified other complex number.
- ComplexBuffer - Class in fi.iki.jmtilli.javafastcomplex
-
A mutable complex number.
- ComplexBuffer() - Constructor for class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Create a complex buffer that initially has zero real and imaginary parts.
- ComplexBuffer(double) - Constructor for class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Create a complex buffer that initially the specified real part and zero as the imaginary part.
- ComplexBuffer(double, double) - Constructor for class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Create a complex buffer that initially has the specified real and imaginary parts
- ComplexBuffer(ComplexNumber) - Constructor for class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Create a complex buffer that initially stores the specified complex number.
- ComplexBuffer(ComplexNumberArray, int) - Constructor for class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Create a complex buffer that initially stores the specified complex number.
- ComplexBufferArray - Class in fi.iki.jmtilli.javafastcomplex
-
A mutable complex number array.
- ComplexBufferArray(int) - Constructor for class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Create a complex buffer array
- ComplexBufferPerformanceTest - Class in fi.iki.jmtilli.javafastcomplex
-
Performance test for mutable complex numbers.
- ComplexBufferPerformanceTest() - Constructor for class fi.iki.jmtilli.javafastcomplex.ComplexBufferPerformanceTest
- ComplexBufferPerformanceTestNoCommonIf - Class in fi.iki.jmtilli.javafastcomplex
-
Performance test for mutable complex numbers with no common interface with immutable complex numbers.
- ComplexBufferPerformanceTestNoCommonIf() - Constructor for class fi.iki.jmtilli.javafastcomplex.ComplexBufferPerformanceTestNoCommonIf
- ComplexNumber - Interface in fi.iki.jmtilli.javafastcomplex
-
A common interface to complex numbers.
- ComplexNumberArray - Interface in fi.iki.jmtilli.javafastcomplex
-
A common interface to complex number arrays.
- ComplexPerformanceTest - Class in fi.iki.jmtilli.javafastcomplex
-
Performance test for immutable complex numbers.
- ComplexPerformanceTest() - Constructor for class fi.iki.jmtilli.javafastcomplex.ComplexPerformanceTest
- ComplexTest - Class in fi.iki.jmtilli.javafastcomplex
-
Run all unit tests for complex numbers
- ComplexTest() - Constructor for class fi.iki.jmtilli.javafastcomplex.ComplexTest
- ComplexTestArith - Class in fi.iki.jmtilli.javafastcomplex
-
Unit test for the arithmetic operations of complex numbers
- ComplexTestArith() - Constructor for class fi.iki.jmtilli.javafastcomplex.ComplexTestArith
- ComplexTestBasicIf - Class in fi.iki.jmtilli.javafastcomplex
-
Unit test for the basic interface of complex numbers
- ComplexTestBasicIf() - Constructor for class fi.iki.jmtilli.javafastcomplex.ComplexTestBasicIf
- ComplexTestEquality - Class in fi.iki.jmtilli.javafastcomplex
-
Unit test for the equality comparisons of complex numbers
- ComplexTestEquality() - Constructor for class fi.iki.jmtilli.javafastcomplex.ComplexTestEquality
- ComplexUtils - Class in fi.iki.jmtilli.javafastcomplex
-
A utility class for complex numbers.
- ComplexUtils() - Constructor for class fi.iki.jmtilli.javafastcomplex.ComplexUtils
- conjugate() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Calculates the conjugate of this complex number
- conjugate(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculates the conjugate of a complex number
- conjugate(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculates the conjugate of a complex number
- conjugateInPlace() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate the conjugate of the value of this buffer and store the result in this buffer
- conjugateInPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate the conjugate of the value of this buffer and store the result in this buffer
- cos() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Calculate the cosine of this complex number.
- cos(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the cosine of a complex number.
- cos(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the cosine of a complex number.
- cosh() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Calculate the hyperbolic cosine of this complex number.
- cosh(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the hyperbolic cosine of a complex number.
- cosh(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the hyperbolic cosine of a complex number.
- coshInPlace() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate the hyperbolic cosine of the value of the buffer and store the result in this buffer
- coshInPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate the hyperbolic cosine of the value of the buffer and store the result in this buffer
- cosInPlace() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate the cosine of the value of the buffer and store the result in this buffer
- cosInPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate the cosine of the value of the buffer and store the result in this buffer
D
- divide(double) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Divide this complex number by a real number
- divide(double, ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Divide a real number by a complex number
- divide(double, ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Divide a real number by a complex number
- divide(ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Divide this complex number by another complex number
- divide(ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Divide this complex number by another complex number
- divide(ComplexNumberArray, int, double) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Divide a complex number by a real number
- divide(ComplexNumberArray, int, ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Divide a complex number by a complex number
- divide(ComplexNumberArray, int, ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Divide a complex number by a complex number
- divide(ComplexNumber, double) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Divide a complex number by a real number
- divide(ComplexNumber, ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Divide a complex number by a complex number
- divide(ComplexNumber, ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Divide a complex number by a complex number
- divideInPlace(double) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Divide the value of this complex buffer by a real number and store the result in this buffer
- divideInPlace(int, double) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Divide the value of this complex buffer by a real number and store the result in this buffer
- divideInPlace(int, ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Divide the value of this complex buffer by another complex number and store the result in this buffer
- divideInPlace(int, ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Divide the value of this complex buffer by another complex number and store the result in this buffer
- divideInPlace(ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Divide the value of this complex buffer by another complex number and store the result in this buffer
- divideInPlace(ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Divide the value of this complex buffer by another complex number and store the result in this buffer
- divideReversed(double) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Divide a real number by this complex number
- divideReversed(ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Divide another complex number by this complex number
- divideReversed(ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Divide another complex number by this complex number
- divideReversedInPlace(double) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Divide a real number by the value of this complex buffer and store the result in this buffer
- divideReversedInPlace(int, double) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Divide a real number by the value of this complex buffer and store the result in this buffer
- divideReversedInPlace(int, ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Divide another complex number by the value of this complex buffer and store the result in this buffer
- divideReversedInPlace(int, ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Divide another complex number by the value of this complex buffer and store the result in this buffer
- divideReversedInPlace(ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Divide another complex number by the value of this complex buffer and store the result in this buffer
- divideReversedInPlace(ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Divide another complex number by the value of this complex buffer and store the result in this buffer
E
- equal(ComplexNumber, ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Compare two complex numbers with all cases of NaN considered equal.
- equalRealImag(ComplexNumber, ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Compare the real and imaginary parts of two complex numbers.
- equals(Object) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Compare this complex number to another object.
- exp() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Calculates the exponential of this complex number
- exp(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculates the exponential of the complex number.
- exp(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculates the exponential of the complex number.
- expInPlace() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate the exponential of the value of this buffer and store the result in this buffer
- expInPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate the exponential of the value of this buffer and store the result in this buffer
- expm1() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Returns exp(this)-1.
- expm1(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Returns exp(c)-1.
- expm1(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Returns exp(c)-1.
- expm1InPlace() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate exp(this)-1 and store the result in this buffer
- expm1InPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate exp(this)-1 and store the result in this buffer
F
- fi.iki.jmtilli.javafastcomplex - package fi.iki.jmtilli.javafastcomplex
G
- get() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Get the value of this complex buffer as an immutable object
- get(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Get the value of this complex buffer as an immutable object
- getImag() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Returns the imaginary part of the complex number.
- getImag() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Returns the imaginary part of the complex number.
- getImag() - Method in interface fi.iki.jmtilli.javafastcomplex.ComplexNumber
-
Returns the imaginary part of the complex number.
- getImag(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Returns the imaginary part of the complex number.
- getImag(int) - Method in interface fi.iki.jmtilli.javafastcomplex.ComplexNumberArray
-
Returns the imaginary part of the complex number.
- getReal() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Returns the real part of the complex number.
- getReal() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Returns the real part of the complex number.
- getReal() - Method in interface fi.iki.jmtilli.javafastcomplex.ComplexNumber
-
Returns the real part of the complex number.
- getReal(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Returns the real part of the complex number.
- getReal(int) - Method in interface fi.iki.jmtilli.javafastcomplex.ComplexNumberArray
-
Returns the real part of the complex number.
H
- hashCode() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Returns a hash code of the complex number.
- hashCode(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Returns a hash code of the complex number.
- hashCode(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Returns a hash code of the complex number.
I
- I - Static variable in class fi.iki.jmtilli.javafastcomplex.Complex
-
A complex number representing the imaginary unit
- invert() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Calculates the inverse of this complex number
- invert(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculates the inverse of a complex number
- invert(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculates the inverse of a complex number
- invertInPlace() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate the inverse of the value of this buffer and store the result in this buffer
- invertInPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate the inverse of the value of this buffer and store the result in this buffer
- isInfinite() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Check whether the complex number is infinite.
- isInfinite() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Check whether the complex number in this buffer is infinite.
- isInfinite() - Method in interface fi.iki.jmtilli.javafastcomplex.ComplexNumber
-
Checks whether the complex number is infinite.
- isInfinite(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Check whether the complex number in this buffer is infinite.
- isInfinite(int) - Method in interface fi.iki.jmtilli.javafastcomplex.ComplexNumberArray
-
Checks whether the complex number is infinite.
- isInfinite(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Returns whether the complex number is infinite.
- isInfinite(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Returns whether the complex number is infinite.
- isNaN() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Check whether the complex number is NaN (not-a-numer).
- isNaN() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Check whether the complex number in this buffer is NaN (not-a-numer).
- isNaN() - Method in interface fi.iki.jmtilli.javafastcomplex.ComplexNumber
-
Checks whether the complex number is NaN.
- isNaN(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Check whether the complex number in this buffer is NaN (not-a-numer).
- isNaN(int) - Method in interface fi.iki.jmtilli.javafastcomplex.ComplexNumberArray
-
Checks whether the complex number is NaN.
- isNaN(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Returns whether the complex number is NaN.
- isNaN(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Returns whether the complex number is NaN.
L
- log() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Calculates the natural logarithm of this complex number
- log(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculates the natural logarithm of the complex number.
- log(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculates the natural logarithm of the complex number.
- log1p() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Returns log(this+1).
- log1p(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Returns log(c+1).
- log1p(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Returns log(c+1).
- log1pInPlace() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate the logarithm of 1 added to the value of this buffer and store the result in this buffer
- log1pInPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate the logarithm of 1 added to the value of this buffer and store the result in this buffer
- logInPlace() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate the logarithm of the value of this buffer and store the result in this buffer
- logInPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate the logarithm of the value of this buffer and store the result in this buffer
- longBitsEqual(ComplexNumber, ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Compare the bit representations of real and imaginary parts of two complex numbers.
M
- main(String[]) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferPerformanceTest
- main(String[]) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferPerformanceTestNoCommonIf
- main(String[]) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexPerformanceTest
- main(String[]) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexTest
- main(String[]) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexTestArith
- main(String[]) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexTestBasicIf
- main(String[]) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexTestEquality
- multiply(double) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Multiply this complex number by a real number
- multiply(double, ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Multiply a real number by a complex number
- multiply(double, ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Multiply a real number by a complex number
- multiply(int) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Multiply this complex number by an integer
- multiply(int, ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Multiply an integer by a complex number
- multiply(int, ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Multiply an integer by a complex number
- multiply(ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Multiply this complex number by another complex number
- multiply(ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Multiply this complex number by another complex number
- multiply(ComplexNumberArray, int, double) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Multiply a complex number by a real number
- multiply(ComplexNumberArray, int, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Multiply a complex number by an integer
- multiply(ComplexNumberArray, int, ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Multiply a complex number by a complex number
- multiply(ComplexNumberArray, int, ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Multiply a complex number by a complex number
- multiply(ComplexNumber, double) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Multiply a complex number by a real number
- multiply(ComplexNumber, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Multiply a complex number by an integer
- multiply(ComplexNumber, ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Multiply a complex number by a complex number
- multiply(ComplexNumber, ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Multiply a complex number by a complex number
- multiplyInPlace(double) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Multiply the value of this complex buffer by a real number and store the result in this buffer
- multiplyInPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Multiply the value of this complex buffer by an integer and store the result in this buffer
- multiplyInPlace(int, double) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Multiply the value of this complex buffer by a real number and store the result in this buffer
- multiplyInPlace(int, int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Multiply the value of this complex buffer by an integer and store the result in this buffer
- multiplyInPlace(int, ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Multiply the value of this complex buffer by another complex number and store the result in this buffer
- multiplyInPlace(int, ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Multiply the value of this complex buffer by another complex number and store the result in this buffer
- multiplyInPlace(ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Multiply the value of this complex buffer by another complex number and store the result in this buffer
- multiplyInPlace(ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Multiply the value of this complex buffer by another complex number and store the result in this buffer
N
- NaN - Static variable in class fi.iki.jmtilli.javafastcomplex.Complex
-
A complex number representing NaN (not a number)
- negate() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Calculates the negation of this complex number
- negate(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculates the negation of a complex number
- negate(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculates the negation of a complex number
- negateInPlace() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Negate the value of this buffer and store the result in this buffer
- negateInPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Negate the value of this buffer and store the result in this buffer
- newPolar(double, double) - Static method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Create a complex number from polar coordinates.
- newPolar(double, double) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Create a complex number from polar coordinates.
O
- ONE - Static variable in class fi.iki.jmtilli.javafastcomplex.Complex
-
A complex number representing one
P
- pow(double) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Raise this complex number to a real power
- pow(ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Raise this complex number to a complex power
- pow(ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Raise this complex number to a complex power
- pow(ComplexNumberArray, int, double) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Raise a complex number to a real power
- pow(ComplexNumberArray, int, ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Raise a complex number to a complex power
- pow(ComplexNumberArray, int, ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Raise a complex number to a complex power
- pow(ComplexNumber, double) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Raise a complex number to a real power
- pow(ComplexNumber, ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Raise a complex number to a complex power
- pow(ComplexNumber, ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Raise a complex number to a complex power
- powInPlace(double) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Raise this complex number to a real power and store the result in this buffer
- powInPlace(int, double) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Raise this complex number to a real power and store the result in this buffer
- powInPlace(int, ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Raise this complex number to a complex power and store the result in this buffer
- powInPlace(int, ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Raise this complex number to a complex power and store the result in this buffer
- powInPlace(ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Raise this complex number to a complex power and store the result in this buffer
- powInPlace(ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Raise this complex number to a complex power and store the result in this buffer
S
- set(double) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Modify the real part of this complex buffer and set imaginary part to zero.
- set(double, double) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Modify the real and imaginary parts of this complex buffer
- set(int, double) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Modify the real part of this complex buffer and set imaginary part to zero.
- set(int, double, double) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Modify the real and imaginary parts of this complex buffer
- set(int, ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Modify the value of this complex buffer
- set(int, ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Modify the value of this complex buffer
- set(ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Modify the value of this complex buffer
- set(ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Modify the value of this complex buffer
- sin() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Calculate the sine of this complex number.
- sin(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the sine of a complex number.
- sin(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the sine of a complex number.
- sinh() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Calculate the hyperbolic sine of this complex number.
- sinh(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the hyperbolic sine of a complex number.
- sinh(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the hyperbolic sine of a complex number.
- sinhInPlace() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate the hyperbolic sine of the value of the buffer and store the result in this buffer
- sinhInPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate the hyperbolic sine of the value of the buffer and store the result in this buffer
- sinInPlace() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate the sine of the value of the buffer and store the result in this buffer
- sinInPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate the sine of the value of the buffer and store the result in this buffer
- size() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Returns the size of the array.
- size() - Method in interface fi.iki.jmtilli.javafastcomplex.ComplexNumberArray
-
Returns the size of the array.
- sqrt() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Calculates the square root of this complex number
- sqrt(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculates the square root of a complex number
- sqrt(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculates the square root of a complex number
- sqrtInPlace() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate the square root of the value of this buffer and store the result in this buffer
- sqrtInPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate the square root of the value of this buffer and store the result in this buffer
- subtract(double) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Subtract a real number from this complex number
- subtract(double, ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Subtract a complex number from a real number
- subtract(double, ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Subtract a complex number from a real number
- subtract(ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Subtract another complex number from this complex number
- subtract(ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Subtract another complex number from this complex number
- subtract(ComplexNumberArray, int, double) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Subtract a real number from a complex number
- subtract(ComplexNumberArray, int, ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Subtract a complex number from a complex number
- subtract(ComplexNumberArray, int, ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Subtract a complex number from a complex number
- subtract(ComplexNumber, double) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Subtract a real number from a complex number
- subtract(ComplexNumber, ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Subtract a complex number from a complex number
- subtract(ComplexNumber, ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Subtract a complex number from a complex number
- subtractInPlace(double) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Subtract a real number from this buffer and store the result in this buffer
- subtractInPlace(int, double) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Subtract a real number from this buffer and store the result in this buffer
- subtractInPlace(int, ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Subtract another complex number from this buffer and store the result in this buffer
- subtractInPlace(int, ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Subtract another complex number from this buffer and store the result in this buffer
- subtractInPlace(ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Subtract another complex number from this buffer and store the result in this buffer
- subtractInPlace(ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Subtract another complex number from this buffer and store the result in this buffer
- subtractReversed(double) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Subtract this complex number from a real number
- subtractReversed(ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Subtract this complex number from another complex number
- subtractReversed(ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Subtract this complex number from another complex number
- subtractReversedInPlace(double) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Subtract the value of this buffer from a real number and store the result in this buffer
- subtractReversedInPlace(int, double) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Subtract the value of this buffer from a real number and store the result in this buffer
- subtractReversedInPlace(int, ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Subtract the value of this buffer from another complex number and store the result in this buffer
- subtractReversedInPlace(int, ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Subtract the value of this buffer from another complex number and store the result in this buffer
- subtractReversedInPlace(ComplexNumber) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Subtract the value of this buffer from another complex number and store the result in this buffer
- subtractReversedInPlace(ComplexNumberArray, int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Subtract the value of this buffer from another complex number and store the result in this buffer
T
- tan() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Calculate the tangent of this complex number.
- tan(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the tangent of a complex number.
- tan(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the tangent of a complex number.
- tanh() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Calculate the hyperbolic tangent of this complex number.
- tanh(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the hyperbolic tangent of a complex number.
- tanh(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Calculate the hyperbolic tangent of a complex number.
- tanhInPlace() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate the hyperbolic tangent of the value of the buffer and store the result in this buffer
- tanhInPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate the hyperbolic tangent of the value of the buffer and store the result in this buffer
- tanInPlace() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Calculate the tangent of the value of the buffer and store the result in this buffer
- tanInPlace(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Calculate the tangent of the value of the buffer and store the result in this buffer
- toString() - Method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Returns a text representation of the complex number.
- toString() - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBuffer
-
Returns a String representation of the complex number in this complex buffer.
- toString() - Method in interface fi.iki.jmtilli.javafastcomplex.ComplexNumber
-
Returns a String representation of the complex number.
- toString(int) - Method in class fi.iki.jmtilli.javafastcomplex.ComplexBufferArray
-
Returns a String representation of the complex number in this complex buffer.
- toString(int) - Method in interface fi.iki.jmtilli.javafastcomplex.ComplexNumberArray
-
Returns a String representation of the complex number.
- toString(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Returns a String representation of a complex number.
- toString(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.ComplexUtils
-
Returns a String representation of a complex number.
V
- valueOf(double) - Static method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Create a complex number with zero imaginary part.
- valueOf(double, double) - Static method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Create a complex number.
- valueOf(ComplexNumber) - Static method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Create a complex number that has the same value as the specified other complex number.
- valueOf(ComplexNumberArray, int) - Static method in class fi.iki.jmtilli.javafastcomplex.Complex
-
Create a complex number that has the same value as the specified other complex number.
Z
- ZERO - Static variable in class fi.iki.jmtilli.javafastcomplex.Complex
-
A complex number representing zero
All Classes|All Packages