You are here:
Symbol Reference >
clMtxVec Namespace
>
Classes
>
TOpenCLMtxVec Class
>
public
>
ExtendToComplex Method
>
TOpenCLMtxVec.ExtendToComplex Method (boolean)
MtxVec VCL
Example
TOpenCLMtxVec.ExtendToComplex Method (boolean)
var
a,b:
TOpenCLVector
;
begin
CreateIt
(a,b);
try
a.CopyFromArray(TSingleArray.Create(1,2,3,4)); b.ExtendToComplex(a,True);
finally
FreeIt
(a,b);
end
;
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.