dsdpcg.c File Reference


Detailed Description

Apply Conjugate Gradient method to solve the Schur matrix.

Definition in file dsdpcg.c.

Go to the source code of this file.

Functions

int DSDPCGSolve (DSDP dsdp, DSDPSchurMat MM, DSDPVec RHS, DSDPVec X, double cgtol, DSDPTruth *success)
 Apply CG to solve for the step directions.


Function Documentation

int DSDPCGSolve ( DSDP  dsdp,
DSDPSchurMat  MM,
DSDPVec  RHS,
DSDPVec  X,
double  cgtol,
DSDPTruth success 
)

Apply CG to solve for the step directions.

Parameters:
dsdp the solver
MM matrix
RHS right-hand side
X solution
cgtol accuracy
success output whether a solution of suitable accuracy was found

Definition at line 239 of file dsdpcg.c.

Referenced by DSDPComputeDualStepDirections(), and DSDPSolveDynamicRho().


Generated on Wed May 21 19:31:19 2008 for DSDP by  doxygen 1.5.5