Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Globals | Related Pages

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 Fri Oct 21 14:28:39 2005 for DSDP by  doxygen 1.4.2