MtxExpr.Flip Method

Overload List

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

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

Exchange the real and imaginary parts of complex numbers.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Flip

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

Exchange the real and imaginary parts of complex numbers.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Vector.Flip