vsip_length vsip_mgetcollength_f(const vsip_mview_f *v); vsip_length vsip_cmgetcollength_f(const vsip_cmview_f *v);
This function returns the number of columns in a matrix view. The number of columns represents the size of the matrix in its second dimension (width) and determines how many elements are in each row of the matrix.
const vsip_dmview_p* v: Pointer to the matrix view.
Returns the number of columns in the matrix view as a vsip_length value.