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

2.1.15 vsip_rcadd_p - Real-Complex Scalar Addition

vsip_cscalar_f vsip_rcadd_f(vsip_scalar_f a, vsip_cscalar_f b);
Description

This function performs addition between a real scalar and a complex scalar.

The operation performs:

result= a+ b
Parameters
Return Value