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

Flips the real and imaginary part of complex numbers.

Pascal
function Flip: TOpenCLMtxVec; overload;

Flipped real and imaginary part of complex numbers for all calling object elements in-place. 

The following transformation is used: a + i*b -> b + i*a

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