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.

1.3 Vector View Support Functions

1.3.1 vsip_dvcreate_p - Create a Vector View
Description
Parameters
Return Value
Error Handling
Example
1.3.2 vsip_dvbind_p - Bind a Vector View to a Data Block
Description
Parameters
Return Value
Error Handling
Example
1.3.3 vsip_dvcloneview_p - Clone a Vector View
Description
Parameters
Return Value
Example
Notes
1.3.4 vsip_dvget_p - Get an Element from a Vector View
Description
Parameters
Return Value
Example
1.3.5 vsip_dvput_p - Set an Element in a Vector View
Description
Parameters
Example
1.3.6 vsip_dvsubview_p - Create a Subview of a Vector View
Description
Parameters
Return Value
Error Handling
Example
1.3.7 vsip_vrealview_p - Get the Real Part View of a Complex Vector View
Description
Parameters
Return Value
Example
1.3.8 vsip_vimagview_p - Get the Imaginary Part View of a Complex Vector View
Description
Parameters
Return Value
Example
1.3.9 vsip_dvgetattrib_p - Get the Attributes of a Vector View
Description
Parameters
Example
1.3.10 vsip_dvputattrib_p - Set the Attributes of a Vector View
Description
Parameters
Return Value
Example
1.3.11 vsip_dvgetblock_p - Get the Data Block of a Vector View
Description
Parameters
Return Value
Example
1.3.12 vsip_dvgetlength_p - Get the Length of a Vector View
Description
Parameters
Return Value
Example
1.3.13 vsip_dvputlength_p - Set the Length of a Vector View
Description
Parameters
Return Value
Example
1.3.14 vsip_dvgetstride_p - Get the Stride of a Vector View
Description
Parameters
Return Value
Example
1.3.15 vsip_dvputstride_p - Set the Stride of a Vector View
Description
Parameters
Return Value
Example
1.3.16 vsip_dvgetoffset_p - Get the Offset of a Vector View
Description
Parameters
Return Value
Example
1.3.17 vsip_dvputoffset_p - Set the Offset of a Vector View
Description
Parameters
Return Value
Example
1.3.18 vsip_dvdestroy_p - Destroy a Vector View
Description
Parameters
Return Value
Error Handling
Example
1.3.19 vsip_dvalldestroy_p - Destroy a Vector View and Its Data Block
Description
Parameters
Example