conj

@JvmName(name = "conjDouble")
fun <D : Dimension> MultiArray<ComplexDouble, D>.conj(): MultiArray<ComplexDouble, D>

Transforms this MultiArray of ComplexDouble to an NDArray of the conjugated value. Dimensions are preserved.

Return

NDArray of conjugated ComplexDouble

Parameters

D

dimension.


@JvmName(name = "conjFloat")
fun <D : Dimension> MultiArray<ComplexFloat, D>.conj(): MultiArray<ComplexFloat, D>

Transforms this MultiArray of ComplexFloat to an NDArray of the conjugated value. Dimensions are preserved.

Return

NDArray of conjugated ComplexFloat

Parameters

D

dimension.