Definition in file sdpconesetup.c.
Go to the source code of this file.
Functions | |
int | DSDPBlockInitialize (SDPblk *blk) |
Initialize data structures in one block of the cone. | |
int | DSDPBlockSetup (SDPblk *blk, int blockj, DSDPVec WY) |
Allocate data structures of one block the cone. | |
int | DSDPBlockTakeDown (SDPblk *blk) |
Free data structures in one block of the cone. | |
int | DSDPConeTakeDown (SDPCone sdpcone) |
Free data structure of the cone. | |
int | DSDPCreateS (DSDPBlockData *, char, int, DSDPVec, DSDPVMat, SDPConeVec, SDPConeVec, DSDPDualMat *, DSDPDualMat *, DSDPDSMat *, void *) |
Create S1, S2, and DS. | |
int | DSDPCreateSDPCone (DSDP dsdp, int blocks, SDPCone *dspcone) |
Create a semidefinite matrix cone with one or more blocks. | |
int | DSDPDataTransposeInitialize (DSDPDataTranspose *ATranspose) |
Initialize transpose structure for data. | |
int | DSDPDataTransposeSetup (DSDPDataTranspose *ATranspose, SDPblk *blk, int nblocks, int m) |
Set up transpose structure for data. | |
int | DSDPDataTransposeTakeDown (DSDPDataTranspose *ATranspose) |
Free transpose structure for data. | |
int | SDPConeDestroy (SDPCone sdpcone) |
Free data structure of the cone. | |
int | SDPConeSetup (SDPCone sdpcone, DSDPVec yy0) |
Allocate data structure of the cone. | |
int | SDPConeSetup2 (SDPCone sdpcone, DSDPVec yy0, DSDPSchurMat M) |
Allocate data structure of the cone. |
|
Initialize data structures in one block of the cone.
Definition at line 279 of file sdpconesetup.c. Referenced by DSDPCreateSDPCone(). |
|
Allocate data structures of one block the cone.
Definition at line 154 of file sdpconesetup.c. Referenced by SDPConeSetup2(). |
|
Free data structures in one block of the cone.
Definition at line 305 of file sdpconesetup.c. Referenced by DSDPConeTakeDown(). |
|
Free data structure of the cone.
Definition at line 328 of file sdpconesetup.c. Referenced by SDPConeDestroy(). |
|
Create S1, S2, and DS.
Definition at line 314 of file sdpsss.c. Referenced by DSDPBlockSetup(). |
|
Initialize transpose structure for data.
Definition at line 15 of file sdpconesetup.c. Referenced by DSDPCreateSDPCone(), and DSDPDataTransposeTakeDown(). |
|
Set up transpose structure for data.
Definition at line 36 of file sdpconesetup.c. Referenced by SDPConeSetup(). |
|
Free transpose structure for data.
Definition at line 89 of file sdpconesetup.c. Referenced by DSDPConeTakeDown(), and DSDPDataTransposeSetup(). |
|
Free data structure of the cone.
Definition at line 350 of file sdpconesetup.c. |
|
Allocate data structure of the cone.
Definition at line 249 of file sdpconesetup.c. |
|
Allocate data structure of the cone.
Definition at line 224 of file sdpconesetup.c. |