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

2.1.34 vsip_CRSUB_p - Complex-Real Scalar Subtraction and Store to Pointer

void vsip_CRSUB_f(vsip_cscalar_f a, vsip_scalar_f b, vsip_cscalar_f *r);
Description

This function performs subtraction between a complex scalar and a real scalar storing the result in the output pointer.

The operation performs:

*r= a-b
Parameters