Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

10.10 conj()

PrototypesHeader File(s)
RWMathVec<DComplex>
conj(const
RWMathVec<DComplex>&)

<rw/math/mathvec.h>
RWGenMat<DComplex>
conj(const
RWGenMat<DComplex>&)

<rw/math/genmat.h>
RWMathArray<DComplex>
conj(const
RWMathArray<DComplex>&)

<rw/math/mtharray.h>

10.10.1 Description

Takes complex x as an argument and returns the complex conjugates x*. For example, if xi = (2.3, 1.4), then xi* = (2.3, -1.4).


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.