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