You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLMtxVec Class > TOpenCLMtxVec Methods > FlipConj Method > TOpenCLMtxVec.FlipConj Method ()
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLMtxVec.FlipConj Method ()

Flips the real and imaginary part of complex numbers and conjugates the complex numbers.

Syntax
C#
Visual Basic
public TOpenCLMtxVec FlipConj();

Performs the following transformation: 

a + i*bi ==> b - i*a 

Method flips the real and imaginary part and conjugates calling object complex elements in-place.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!