Adelsbach/VSIPL
Core Light Double Precision Programming Reference Guide
DD-00014-015
Core Light +DP

6.7 vsip_dvgetstride_p - Get the Stride of a Vector View

vsip_stride vsip_vgetstride_f(const vsip_vview_f* v); 
vsip_stride vsip_vgetstride_d(const vsip_vview_d* v); 
vsip_stride vsip_cvgetstride_f(const vsip_cvview_f* v); 
vsip_stride vsip_cvgetstride_d(const vsip_cvview_d* v);
Description

This function returns the stride between elements in the vector view v.

Parameters
Return Value
Example

vsip_vview_f *vector_view; 
vsip_stride stride; 
 
// Assuming vector_view has been properly initialized 
stride = vsip_vgetstride_f(vector_view);