Complex Float
Represents a single-precision 64-bit complex number.
Constructors
Link copied to clipboard
Creates a ComplexFloat where the real part is one.
Link copied to clipboard
Creates a zero ComplexFloat.
Link copied to clipboard
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> ComplexFloat.div(other: MultiArray<ComplexFloat, D>): NDArray<ComplexFloat, D>
Content copied to clipboard
Link copied to clipboard
operator fun <D : Dimension> ComplexFloat.minus(other: MultiArray<ComplexFloat, D>): NDArray<ComplexFloat, D>
Content copied to clipboard
Link copied to clipboard
operator fun <D : Dimension> ComplexFloat.plus(other: MultiArray<ComplexFloat, D>): NDArray<ComplexFloat, D>
Content copied to clipboard
Link copied to clipboard
operator fun <D : Dimension> ComplexFloat.times(other: MultiArray<ComplexFloat, D>): NDArray<ComplexFloat, D>
Content copied to clipboard