Adelsbach/VSIPL
Core Programming Reference Guide
DD-00016-015
Core

2.1.24 vsip_CONJ_p - Complex Scalar Conjugate and Store to Pointer

void vsip_CONJ_f(vsip_cscalar_f x, vsip_cscalar_f *r);
Description

This function computes the complex conjugate of a complex scalar storing the result in the output parameter.

The operation performs:

*r= conj(x)
Parameters