ClMtxExpr.ExtendToComplex Method

Overload List

#SignatureDescription
1function ExtendToComplex(X: TOpenCLMatrix; Zeros: Boolean): clMatrix;Extend the source to complex numbers.
2function ExtendToComplex(X: TOpenCLVector; Zeros: Boolean): clVector;Extend the source to complex numbers.

Overload 1: function ExtendToComplex(X: TOpenCLMatrix; Zeros: Boolean): clMatrix;

Extend the source to complex numbers.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix
2ZerosBoolean

Returns: clMatrix

Remarks:

Internally calls clMatrix.ExtendToComplex

Overload 2: function ExtendToComplex(X: TOpenCLVector; Zeros: Boolean): clVector;

Extend the source to complex numbers.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector
2ZerosBoolean

Returns: clVector

Remarks:

Internally calls clVector.ExtendToComplex