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.3 Vector Real

4.3.1 vsip_vminval_p - Find the Minimum Value in a Vector View
Description
Parameters
Return Value
Example
4.3.2 vsip_vmaxval_p - Find the Maximum Value in a Vector View
Description
Parameters
Return Value
Example
4.3.3 vsip_vsumval_p - Compute the Sum of Elements in a Vector View
Description
Parameters
Return Value
Example
4.3.4 vsip_vsumsqval_p - Compute the Sum of Squares of Elements in a Vector View
Description
Parameters
Return Value
Example
4.3.5 vsip_vsq_p - Square Elements of a Vector View
Description
Parameters
Example
4.3.6 vsip_vrecip_p - Compute Reciprocal of Elements of a Vector View
Description
Parameters
Example
4.3.7 vsip_vmin_p - Element-wise Minimum of Two Vector Views
Description
Parameters
Example
4.3.8 vsip_vmax_p - Element-wise Maximum of Two Vector Views
Description
Parameters
Example
4.3.9 vsip_vsin_p - Element-wise Sine of a Vector View
Description
Parameters
Example
4.3.10 vsip_vcos_p - Element-wise Cosine of a Vector View
Description
Parameters
Example
4.3.11 vsip_vtan_p - Element-wise Tangent of a Vector View
Description
Parameters
Example
4.3.12 vsip_vatan_p - Element-wise Arctangent of a Vector View
Description
Parameters
Example
4.3.13 vsip_vexp_p - Element-wise Exponential of a Vector View
Description
Parameters
Example
4.3.14 vsip_vlog_p - Element-wise Natural Logarithm of a Vector View
Description
Parameters
Example
4.3.15 vsip_vlog10_p - Element-wise Base-10 Logarithm of a Vector View
Description
Parameters
Example
4.3.16 vsip_vsqrt_p - Element-wise Square Root of a Vector View
Description
Parameters
Example
4.3.17 vsip_vatan2_p - Element-wise Arctangent of Two Vector Views
Description
Parameters
Example
4.3.18 vsip_vfill_p - Fill a Vector View with a Scalar Value
Description
Parameters
Example
4.3.19 vsip_vramp_p - Fill a Vector View with a Ramp
Description
Parameters
Example