You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
clVector Structure
>
clVector Methods
>
Conj Method
>
clVector.Conj Method ()
Dew Math for .NET
clVector.Conj Method ()
clVector Structure
clVector Members
Dew.Math Namespace
Conj Method
Example
Collapse All
Conjugate.
Syntax
C#
Visual Basic
public
TOpenCLMtxVec
Conj
();
Public
Function
Conj
()
As
TOpenCLMtxVec
Remarks
Conjugate all calling object elements in-place.
Example
var c:
clVector
; begin c.CopyFromArray(TSingleArray.Create(1,2,3,4));
// c = [1+2i, 3+4i]
c.Conj;
// c = [1-2i, 3-4i]
end;
Group
Conj Method
Links
clVector Structure
,
clVector Members
,
Dew.Math Namespace
,
Conj Method
,
Example
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!