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.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