Class FftMultiplier.MutableComplex
java.lang.Object
ch.randelshofer.fastdoubleparser.FftMultiplier.MutableComplex
- Enclosing class:
FftMultiplier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidadd(FftMultiplier.ComplexVector c, int idxc) (package private) void(package private) voidaddInto(FftMultiplier.MutableComplex c, FftMultiplier.MutableComplex destination) Adds c to this number and stores the result in destination.(package private) voidaddTimesI(FftMultiplier.ComplexVector c, int idxc) (package private) voidAdds c*i to this number.(package private) voidaddTimesIInto(FftMultiplier.MutableComplex c, FftMultiplier.MutableComplex destination) Adds c*i to this number and stores the result in destination.(package private) voidcopyInto(FftMultiplier.ComplexVector c, int idxc) (package private) void(package private) voidmultiplies this number by the conjugate of c.(package private) voidset(FftMultiplier.ComplexVector c, int idxc) (package private) voidsquareInto(FftMultiplier.MutableComplex destination) (package private) voidsubtract(FftMultiplier.ComplexVector c, int idxc) (package private) void(package private) voidsubtractInto(FftMultiplier.MutableComplex c, FftMultiplier.ComplexVector destination, int idxd) (package private) voidsubtractInto(FftMultiplier.MutableComplex c, FftMultiplier.MutableComplex destination) (package private) voidsubtractTimesI(FftMultiplier.ComplexVector c, int idxc) (package private) void(package private) void
-
Field Details
-
real
double real -
imag
double imag
-
-
Constructor Details
-
MutableComplex
MutableComplex()
-
-
Method Details
-
add
-
add
-
addInto
Adds c to this number and stores the result in destination. Leaves this number unmodified. -
addTimesI
Adds c*i to this number. -
addTimesI
-
addTimesIInto
Adds c*i to this number and stores the result in destination. Leaves this number unmodified. -
copyInto
-
multiply
-
multiplyConjugate
multiplies this number by the conjugate of c. -
set
-
squareInto
-
subtract
-
subtract
-
subtractInto
-
subtractInto
void subtractInto(FftMultiplier.MutableComplex c, FftMultiplier.ComplexVector destination, int idxd) -
subtractTimesI
-
subtractTimesI
-
subtractTimesIInto
-