conj
fun <D : Dimension> MultiArray<ComplexDouble, D>.conj(): MultiArray<ComplexDouble, D>
Content copied to clipboard
Transforms this MultiArray of ComplexDouble to an NDArray of the conjugated value. Dimensions are preserved.
Return
NDArray of conjugated ComplexDouble
Parameters
D
dimension.
fun <D : Dimension> MultiArray<ComplexFloat, D>.conj(): MultiArray<ComplexFloat, D>
Content copied to clipboard
Transforms this MultiArray of ComplexFloat to an NDArray of the conjugated value. Dimensions are preserved.
Return
NDArray of conjugated ComplexFloat
Parameters
D
dimension.