clValue.Conj Method

TOpenCLValue Conj(TOpenCLValue Vec)

Conjugate.

#NameTypeDescription
1VecTOpenCLValuesource TOpenCLValue

Returns: TOpenCLValue

Remarks:

Conjugate calling object value.

Examples
clValue c;
d.Copy(Cplx(2,3));
c.Conj(d);   // d = 2-3i