To get the number of non-zero entries of the constraint matrix of the current problem.
sym_getNumElements()
This routine is used to get the number of non-zero entries of the constraint matrix of the current problem.
This function takes no arguments
If there was an error, it prints error message to Scilab console and returns -1, else it returns a number ( >=0 ) as number of non-zero elements.