You are here: Symbol Reference > clMtxExpr Namespace > Classes > clVector Record > public > FlipConj Method > clVector.FlipConj Method ()
MtxVec VCL
ContentsIndex
PreviousUpNext
clVector.FlipConj Method ()

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

Pascal
function FlipConj: TOpenCLMtxVec; overload;

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!