61   void matPrecon(
double, 
double *, 
double *);
 
This solves problems in Primal Dual Convex Optimization. 
void getGrad(CoinDenseVector< double > &x, CoinDenseVector< double > &grad)
This solves LPs using interior point methods. 
******** DATA to be moved into protected section of ClpInterior 
void getBoundTypes(int *, int *, int *, int **)
void getHessian(CoinDenseVector< double > &x, CoinDenseVector< double > &H)
******** DATA to be moved into protected section of ClpInterior 
Abstract base class for tailoring everything for Pcdo. 
void matPrecon(double, double *, double *)
double getObj(CoinDenseVector< double > &x)
******** DATA to be moved into protected section of ClpInterior 
int pdco()
Pdco algorithm. 
void matVecMult(int, double *, double *)