You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
clVector Structure
>
clVector Methods
>
CartToPolar Method
>
clVector.CartToPolar Method (TOpenCLMtxVec, TOpenCLMtxVec)
Dew Math for .NET
Example
clVector.CartToPolar Method (TOpenCLMtxVec, TOpenCLMtxVec)
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-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home