You are here: Symbol Reference > clMtxVec Namespace > Classes > TOpenCLMtxVec Class > public > ArcTan Method > TOpenCLMtxVec.ArcTan Method ()
MtxVec VCL
ContentsIndex
Example
var A,B: TopenCLMatrix; begin CreateIt(A,B); A.SetIt(2,2,True,[1,0, 2,0 2,0 4,1)); // 2x2, complex matrix B.ArcTan(A); FreeIt(A,B); end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.