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.19 vsip_dmputrowlength_p - Set Number of Rows in a Matrix View

vsip_mview_f* vsip_mputrowlength_f(const vsip_mview_f *v, vsip_length len); 
vsip_cmview_f* vsip_cmputrowlength_f(const vsip_cmview_f *v, vsip_length len);
Description

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

Parameters
Return Value
Notes