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

1.4.17 vsip_dmputcollength_p - Set Number of Columns in a Matrix View

vsip_mview_f* vsip_mputcollength_f(const vsip_mview_f *v, vsip_length len); 
vsip_cmview_f* vsip_cmputcollength_f(const vsip_cmview_f *v, vsip_length len);
Description

This function modifies the number of columns in an existing matrix view. It allows you to change the width of the matrix view while keeping all other attributes (row count, block, offset, and strides) the same.

Parameters
Return Value
Notes