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

1.4.24 vsip_dmgetoffset_p - Get Matrix View Offset

vsip_offset vsip_mgetoffset_f(const vsip_mview_f *v); 
vsip_offset vsip_cmgetoffset_f(const vsip_cmview_f *v);
Description

This function returns the offset of a matrix view within its associated data block. The offset represents the number of elements from the start of the block to the first element (0,0) of the matrix view.

Parameters
Return Value
Notes