Definition in file sdpcompute.c.
Go to the source code of this file.
Functions | |
int | SDPConeComputeHessian (SDPCone sdpcone, double mu, DSDPSchurMat M, DSDPVec vrhs1, DSDPVec vrhs2) |
Compute the Hessian to the barrier term. | |
int | SDPConeComputeRHS (SDPCone sdpcone, int blockj, double mu, DSDPVec vrow, DSDPVec vrhs1, DSDPVec vrhs2) |
Compute the gradient to the barrier term. | |
int | SDPConeComputeXX (SDPCone sdpcone, int blockj, DSDPVec DY, double mu, DSDPDualMat S, DSDPVMat X) |
Compute X. | |
int | SDPConeMultiply (SDPCone sdpcone, int blockj, double mu, DSDPVec vrow, DSDPVec vin, DSDPVec vout) |
Compute the gradient to the barrier term. |
|
Compute the Hessian to the barrier term.
Definition at line 30 of file sdpcompute.c. |
|
Compute the gradient to the barrier term.
Definition at line 125 of file sdpcompute.c. |
|
Compute X.
Definition at line 235 of file sdpcompute.c. Referenced by SDPConeComputeX3(). |
|
Compute the gradient to the barrier term.
Definition at line 182 of file sdpcompute.c. |