row

    get the row size of a vector or a matrix.

int row( CVector *v);

int row( CMatrix *m);

Parameters

v:         a vector

m:        a matrix

Return Value

return the rowsize;

Related Links: