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

2.1.36 vsip_CNEG_p - Complex Scalar Negate and Store to Pointer

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

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

The operation performs:

*r =-x
Parameters