MtxExpr.FlipConj Method

Overload List

#SignatureDescription
1function FlipConj(const X: TMtx): Matrix;Exchange the real and imaginary parts of complex numbers and conjugate.
2function FlipConj(const X: TVec): Vector;Exchange the real and imaginary parts of complex numbers and conjugate.

Overload 1: function FlipConj(const X: TMtx): Matrix;

Exchange the real and imaginary parts of complex numbers and conjugate.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.FlipConj

Overload 2: function FlipConj(const X: TVec): Vector;

Exchange the real and imaginary parts of complex numbers and conjugate.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.FlipConj