size

Run a task.

int size (CMatrix &s);

int size (CVector &s);

Parameters

s a vector or matrix

Return Value

    return  row*col;;

 

Related Pages