vsip_length vsip_mgetrowlength_f(const vsip_mview_f *v); vsip_length vsip_cmgetrowlength_f(const vsip_cmview_f *v);
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.
const vsip_dmview_p* v: Pointer to the matrix view.
Returns the number of rows in the matrix view as a vsip_length value.