You are here: Symbol Reference > clMtxExpr Namespace > Classes > clVector Record > public > CartToPolar Method > clVector.CartToPolar Method (TOpenCLMtxVec, TOpenCLMtxVec)
MtxVec VCL
ContentsIndex
Example
var A,Amplt,Phase: clVector; begin A.CopyCplxFromArray(TSingleArray.Create(1,0, 2,0, 2,0 4,1)); // 4, complex matrix A.CartToPolar(Amplt,Phase); end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.