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

This manual is preliminary and incomplete.
While our Core implementation implements all functions given in the standard we are still working on completing this documentation.

Please refer to the VSIPL standard for a complete function reference of the Core profile until we have completed work on this documentation.

4.2 Unary Operations

4.2.1 vsip_dvneg_p - Negate Elements of a Vector View
Description
Parameters
Example
4.2.2 vsip_vsumval_p - Compute the Sum of Elements in a Vector View
Description
Parameters
Return Value
Example
Notes
4.2.3 vsip_vsumsqval_p - Compute the Sum of Squares of Elements in a Vector View
Description
Parameters
Return Value
Example
4.2.4 vsip_dvmeanval_p - Compute Mean Value of Vector
Description
Parameters
Return Value
4.2.5 vsip_dvmeansqval_p - Compute Mean of Squared Values
Description
Parameters
Return Value
4.2.6 vsip_vsq_p - Square Elements of a Vector View
Description
Parameters
Example
4.2.7 vsip_vrecip_p - Compute Reciprocal of Elements of a Vector View
Description
Parameters
Example
4.2.8 vsip_dvmag_p - Compute Magnitude of Elements of a Vector View
Description
Parameters
Example
4.2.9 vsip_vcmagsq_p - Element-wise Magnitude Squared of a Complex Vector View
Description
Parameters
Example
4.2.10 vsip_cvconj_p - Element-wise Complex Conjugate of a Complex Vector View
Description
Parameters
Example
4.2.11 vsip_veuler_p - Convert Real Vector to Complex Euler Representation
Description
Parameters
Notes
4.2.12 vsip_dvmodulate_p - Vector Modulation with Complex Carrier
Description
Parameters
Return Value
Notes
4.2.13 vsip_dvrsqrt_p - Element-wise Reciprocal Square Root of a Vector View
Description
Parameters
Example