problem.getqrows
| problem.getqrows | 
  Purpose
 
  Returns the list indices of the rows that have quadratic coefficients.
 
  Synopsis
 
 problem.getqrows (qcrows) 
 
  Argument
 
| 
     qcrows 
     | 
     Array to contain the indices of rows with quadratic coefficients in them. May be
     None if not required.
     | 
  Related topics
 
 problem.loadproblem,
 problem.getqrowcoeff,
 problem.addqmatrix,
 problem.chgqrowcoeff,
 problem.getqrowqmatrix,
 problem.getqrowqmatrixtriplets,
 problem.chgqobj,
 problem.chgmqobj,
 problem.getqobj.
 
 
