Complex Double
Represents a double-precision 128-bit complex number.
Constructors
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns complex conjugate value.
Link copied to clipboard
Divides this value by the other value.
Link copied to clipboard
Subtracts the other value from this value.
Link copied to clipboard
Adds the other value to this value.
Link copied to clipboard
Multiplies this value by the other value.
Link copied to clipboard
Returns the negative of this value.
Link copied to clipboard
Returns this value.
Properties
Extensions
Link copied to clipboard
operator fun <D : Dimension> ComplexDouble.div(other: MultiArray<ComplexDouble, D>): NDArray<ComplexDouble, D>
Content copied to clipboard
Link copied to clipboard
operator fun <D : Dimension> ComplexDouble.minus(other: MultiArray<ComplexDouble, D>): NDArray<ComplexDouble, D>
Content copied to clipboard
Link copied to clipboard
operator fun <D : Dimension> ComplexDouble.plus(other: MultiArray<ComplexDouble, D>): NDArray<ComplexDouble, D>
Content copied to clipboard
Link copied to clipboard
operator fun <D : Dimension> ComplexDouble.times(other: MultiArray<ComplexDouble, D>): NDArray<ComplexDouble, D>
Content copied to clipboard