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

1.4.15 vsip_dmgetblock_p - Get the Data Block from a Matrix View

vsip_block_f* vsip_mgetblock_f(const vsip_mview_f *v); 
vsip_cblock_f* vsip_cmgetblock_f(const vsip_cmview_f *v);
Description

This function returns a pointer to the data block associated with a matrix view. The data block contains the actual storage for the matrix elements.

Parameters
Return Value
Notes