Definition in file dsdplanczos.h.
Go to the source code of this file.
Functions | |
int | DSDPFastLanczosSetup (DSDPLanczosStepLength *, SDPConeVec) |
Use Lanczos procedure. Assume off tridiagonal entries are zero. | |
int | DSDPLanczosDestroy (DSDPLanczosStepLength *) |
Free data structure. | |
int | DSDPLanczosInitialize (DSDPLanczosStepLength *) |
Initialize Lanczos structure. | |
int | DSDPLanczosStepSize (DSDPLanczosStepLength *, SDPConeVec, SDPConeVec, DSDPDualMat, DSDPDSMat, double *) |
Compute distance to boundary. | |
int | DSDPRobustLanczosSetup (DSDPLanczosStepLength *, SDPConeVec) |
Use slowerer but more robust method. | |
int | DSDPSetMaximumLanczosIterations (DSDPLanczosStepLength *LZ, int) |
Set parameter. |
|
Use Lanczos procedure. Assume off tridiagonal entries are zero.
Definition at line 133 of file dsdpstep.c. Referenced by DSDPBlockSetup(). |
|
Free data structure.
Definition at line 191 of file dsdpstep.c. Referenced by DSDPBlockTakeDown(). |
|
Initialize Lanczos structure.
Definition at line 92 of file dsdpstep.c. Referenced by DSDPBlockInitialize(), and DSDPLanczosDestroy(). |
|
Compute distance to boundary.
Definition at line 247 of file dsdpstep.c. |
|
Use slowerer but more robust method.
Definition at line 163 of file dsdpstep.c. Referenced by DSDPBlockSetup(). |
|
Set parameter.
Definition at line 119 of file dsdpstep.c. Referenced by DSDPBlockSetup(). |