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

1.4.16 vsip_dmgetcollength_p - Get Number of Columns in a Matrix View

vsip_length vsip_mgetcollength_f(const vsip_mview_f *v); 
vsip_length vsip_cmgetcollength_f(const vsip_cmview_f *v);
Description

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.

Parameters
Return Value