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.4.25 vsip_dmputoffset_p - Set Matrix View Offset

vsip_mview_f* vsip_mputoffset_f(const vsip_mview_f *v, vsip_offset off); 
vsip_cmview_f* vsip_cmputoffset_f(const vsip_cmview_f *v, vsip_offset off);
Description

This function modifies the offset of an existing matrix view. The offset determines where the matrix view begins within its associated data block, measured in elements from the start of the block.

Parameters
Return Value
Notes