MtxExpr.Conj Method

Overload List

#SignatureDescription
1function Conj(const X: TMtx): Matrix;Return complex conjugate of the source.
2function Conj(const X: TVec): Vector;Return complex conjugate of the source.

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

Return complex conjugate of the source.

#NameTypeDescription
1XTMtx

Returns: Matrix

Remarks:

Internally calls Matrix.Conj

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

Return complex conjugate of the source.

#NameTypeDescription
1XTVec

Returns: Vector

Remarks:

Internally calls Matrix.Conj