DSDP
|
Implement operations on the SDPCone object. More...
Go to the source code of this file.
Functions | |
int | SDPConeComputeSS (SDPCone sdpcone, int blockj, DSDPVec Y, DSDPVMat SS) |
Sum the data matrices. | |
int | SDPConeComputeX3 (SDPCone sdpcone, int blockj, double mu, DSDPVec Y, DSDPVec DY, DSDPVMat X) |
Compute the matrix X with the given information. | |
int | SDPConeComputeXDot (SDPCone sdpcone, int blockj, DSDPVec Y, DSDPVMat X, DSDPVec AX, double *xtrace, double *xnorm, double *tracexs) |
Compute inner product of X with the Data, S, and norm of X. | |
Implement operations on the SDPCone object.
Definition in file sdpcone.c.
Sum the data matrices.
sdpcone | semidefinite cone object |
blockj | block number |
Y | scalar multiples of A matrices. |
SS | destination array. |
Definition at line 18 of file sdpcone.c.
Referenced by SDPConeComputeX3().