ClMtxExpr::Phase Function

Overload List

#SignatureDescription
1clVector Phase(TOpenCLVector *X);Compute the phase from the complex source data.
2clMatrix Phase(TOpenCLMatrix *X);Compute the phase from the complex source data.

Overload 1: clVector Phase(TOpenCLVector *X);

Compute the phase from the complex source data.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::PhaseSpectrum

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 2: clMatrix Phase(TOpenCLMatrix *X);

Compute the phase from the complex source data.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::PhaseSpectrum

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler