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

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