You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Matrix Structure
>
Matrix Methods
>
Conj Method
>
Matrix.Conj Method ()
Dew Math for .NET
Matrix.Conj Method ()
Matrix Structure
Matrix Members
Dew.Math Namespace
Conj Method
Example
Collapse All
Conjugate.
Syntax
C#
Visual Basic
public
TMtxVec
Conj
();
Public
Function
Conj
()
As
TMtxVec
Remarks
Conjugate all calling object elements in-place.
Example
var c:
Matrix
; begin c.SetIt(1,2,True,[1,2,3,4]);
// c = [1+2i, 3+4i]
c.Conj;
// c = [1-2i, 3-4i]
end;
Group
Conj Method
Links
Matrix Structure
,
Matrix 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!