Definition in file dsdpsetup.c.
Go to the source code of this file.
Functions | |
int | DSDPCallMonitors (DSDP dsdp, DMonitor dmonitor[], int ndmonitors) |
Call the monitor routines. | |
int | DSDPCheckConvergence (DSDP dsdp, DSDPTerminationReason *reason) |
Check for convergence and monitor solution. | |
int | DSDPComputeDataNorms (DSDP dsdp) |
Compute norms of A,C, and b. | |
int | DSDPCreate (int m, DSDP *dsdpnew) |
Create a DSDP solver. FIRST DSDP routine! | |
int | DSDPDestroy (DSDP dsdp) |
Free the internal data structures of the solver and the cones associated with it. | |
int | DSDPGetConvergenceMonitor (DSDP dsdp, ConvergenceMonitor **ctx) |
Get the structure containing convergence parameters. | |
int | DSDPScaleData (DSDP dsdp) |
Scale the matrix C. | |
int | DSDPSetDefaultMonitors (DSDP dsdp) |
Set convergence monitor. | |
int | DSDPSetDefaultParameters (DSDP dsdp) |
Set default parameters. | |
int | DSDPSetDefaultStatistics (DSDP dsdp) |
Set default statistics. | |
int | DSDPSetDestroyRoutine (DSDP dsdp, int(*fd)(void *), void *ctx) |
Set a routine that will be called during DSDPDestroy(). | |
int | DSDPSetup (DSDP dsdp) |
Set up data structures in the solver and the cones associated with it. | |
int | DSDPSolve (DSDP dsdp) |
Apply DSDP to the problem. | |
int | DSDPTakeDown (DSDP dsdp) |
Destroy internal data structures. |
|
Call the monitor routines.
Definition at line 367 of file dsdpsetup.c. Referenced by DSDPCheckConvergence(). |
|
Check for convergence and monitor solution.
Definition at line 384 of file dsdpsetup.c. Referenced by DSDPSolveDynamicRho(). |
|
Compute norms of A,C, and b.
Definition at line 283 of file dsdpsetup.c. Referenced by DSDPGetDataNorms(), and DSDPSetup(). |
|
Get the structure containing convergence parameters.
Definition at line 268 of file dsdpsetup.c. |
|
Scale the matrix C.
Definition at line 311 of file dsdpsetup.c. Referenced by DSDPSetup(). |
|
Set convergence monitor.
Definition at line 165 of file dsdpsetup.c. Referenced by DSDPCreate(). |
|
Set default parameters.
Definition at line 122 of file dsdpsetup.c. Referenced by DSDPCreate(). |
|
Set default statistics.
Definition at line 84 of file dsdpsetup.c. Referenced by DSDPCreate(). |
|
Set a routine that will be called during DSDPDestroy().
Definition at line 469 of file dsdpsetup.c. |
|
Destroy internal data structures.
Definition at line 428 of file dsdpsetup.c. Referenced by DSDPDestroy(). |