Dew MtxVec NET
TMtxVec.FlipConj Methods
Summary
Flips the real and imaginary part of complex numbers and conjugates the complex numbers.

Class
TMtxVec

Declaration
Function FlipConj(X: TMtxVec): TMtxVec;

Description
Flip all X object complex elements and store the results in calling object. Size and Complex property of calling object are adjusted automatically.
Declaration
Function FlipConj(X: TMtxVec; XIndex, Index, Len: integer): TMtxVec;

Description
Flip X object complex elements [XIndex]..[XIndex+Len-1] and store the results in calling object elements [Index]..[Index+Len-1]. An exception is raised if calling object Complex property is false or if array borders are overrun/underrun.
Declaration
Function FlipConj: TMtxVec;

Description
Performs the following operation:
a + bi ==> b - ai
Method flips the real and imaginary part and conjugates calling object complex elements in-place.
 See Also 
Flip 
Conj 

Declaration
Function FlipConj(Index, Len: integer): TMtxVec;

Description
Flip calling object complex elements [Index]..[Index+Len-1] in-place. An exception is raised if calling object Complex property is false or if array borders are overrun/underrun.

Copyright 2008 Dew Research
http://www.dewresearch.com