int QScompute_row_norms (QSprob p)
/* p is an initialized QSprob, a handle to an existing LP problem.  */
/* Assume we are working with the QS_PRICE_DSTEEP pricing rule.     */

int rval;

rval = QScompute_row_norms (p);
if (rval) {
    fprintf (stderr,
             "Could not compute row norms, error code %d\n", rval);
}