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.18 vsip_dmgetrowlength_p - Get Number of Rows in a Matrix View

vsip_length vsip_mgetrowlength_f(const vsip_mview_f *v); 
vsip_length vsip_cmgetrowlength_f(const vsip_cmview_f *v);
Description

This function returns the number of rows in a matrix view. The number of rows represents the size of the matrix in its first dimension (height) and determines how many elements are in each column of the matrix.

Parameters
Return Value