You are here:
Symbol Reference >
clMtxExpr Namespace
>
Classes
>
clMatrix Record
>
public
>
SinhCosh Method
>
clMatrix.SinhCosh Method (TOpenCLMtxVec, TOpenCLMtxVec)
MtxVec VCL
Example
clMatrix.SinhCosh Method (TOpenCLMtxVec, TOpenCLMtxVec)
var
a:
clMatrix
; s,c:
clMatrix
;
begin
a.CopyFromArray(2,2,TSingleArray.Create(0,PiDiv2,
PI
,0)); a.SinhCosh(s,c);
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.