Definition in file dsdpadddata.c.
Go to the source code of this file.
Functions | |
int | SDPConeAddDataMatrix (SDPCone sdpcone, int blockj, int vari, int n, char format, struct DSDPDataMat_Ops *dsdpdataops, void *data) |
Add a data matrix ![]() | |
int | SDPConeCheckData (SDPCone sdpcone) |
Check the matrix operations on a data matrix;. | |
int | SDPConeCheckI (SDPCone sdpcone, int vari) |
Check validity of parameter. | |
int | SDPConeCheckJ (SDPCone sdpcone, int blockj) |
Check validity of parameter. | |
int | SDPConeCheckM (SDPCone sdpcone, int m) |
Check validity of parameter. | |
int | SDPConeCheckN (SDPCone sdpcone, int blockj, int n) |
Check validity of parameter. | |
int | SDPConeCheckStorageFormat (SDPCone sdpcone, int blockj, char format) |
Check validity of parameters. | |
int | SDPConeClearVMatrix (SDPCone sdpcone, int blockj, int n) |
Free V matrix. | |
int | SDPConeGetBlockSize (SDPCone sdpcone, int blockj, int *n) |
Get the dimension of one block in the semidefinite cone. | |
int | SDPConeGetNumberOfBlocks (SDPCone sdpcone, int *nblocks) |
Get the number of blocks in the semidefinite cone. | |
int | SDPConeGetStorageFormat (SDPCone sdpcone, int blockj, char *format) |
Get the storage format for the block. | |
int | SDPConeGetXArray (SDPCone sdpcone, int blockj, double *xx[], int *nn) |
After applying the solver, set a pointer to the array in the object with the solution X. | |
int | SDPConeMatrixView (SDPCone sdpcone, int blockj) |
Print the dense array to the screen. | |
int | SDPConeRemoveDataMatrix (SDPCone sdpcone, int blockj, int vari) |
Remove the data matrix ![]() | |
int | SDPConeRestoreXArray (SDPCone sdpcone, int blockj, double *xx[], int *nn) |
Restore the dense array and set these pointers to null. | |
int | SDPConeSetBlockSize (SDPCone sdpcone, int blockj, int n) |
Set the dimension of one block in the semidefinite cone. | |
int | SDPConeSetRMatrix (SDPCone sdpcone, int blockj, int n, char format, struct DSDPDataMat_Ops *dsdpdataops, void *data) |
Add identity to dual matrix. | |
int | SDPConeSetSparsity (SDPCone sdpcone, int blockj, int nnz) |
Set the number of nonzero matrices in a block of the semidefinite cone. | |
int | SDPConeSetStorageFormat (SDPCone sdpcone, int blockj, char format) |
Set the dense storage format of a block in the semidefinite cone. | |
int | SDPConeSetXArray (SDPCone sdpcone, int blockj, int n, double xx[], int nn) |
Provide an array for the SDPCone object can use to store dense matrices. | |
int | SDPConeSetXMat (SDPCone sdpcone, int blockj, int n) |
Create X matrix. | |
int | SDPConeUseFullSymmetricFormat (SDPCone sdpcone, int blockj) |
Use full symmetric format for the dense array. | |
int | SDPConeUsePackedFormat (SDPCone sdpcone, int blockj) |
Use packed symmetric format for the dense array. | |
int | SDPConeValidStorageFormat (SDPCone sdpcone, char format) |
Check validity of parameter. | |
int | SDPConeView (SDPCone sdpcone) |
Print the SDPCone to the screen;. | |
int | SDPConeView2 (SDPCone sdpcone) |
Print the SDP cone to the screen in a second way. | |
int | SDPConeView3 (SDPCone sdpcone) |
Print the SDP cone to the screen in a third way. | |
int | SDPConeViewDataMatrix (SDPCone sdpcone, int blockj, int vari) |
Print a data matrix to the screen. |
|
Check validity of parameter.
Definition at line 15 of file dsdpadddata.c. Referenced by SDPConeAddDataMatrix(), SDPConeRemoveDataMatrix(), and SDPConeViewDataMatrix(). |
|
Check validity of parameter.
Definition at line 31 of file dsdpadddata.c. Referenced by SDPConeAddADotX(), SDPConeAddDataMatrix(), SDPConeCheckN(), SDPConeCheckStorageFormat(), SDPConeComputeRHS(), SDPConeComputeXV(), SDPConeComputeXX(), SDPConeGetBlockSize(), SDPConeGetStorageFormat(), SDPConeGetXArray(), SDPConeMatrixView(), SDPConeMultiply(), SDPConeRemoveDataMatrix(), SDPConeRestoreXArray(), SDPConeSetBlockSize(), SDPConeSetRMatrix(), SDPConeSetSparsity(), SDPConeSetStorageFormat(), SDPConeSetXArray(), and SDPConeViewDataMatrix(). |
|
Check validity of parameter.
Definition at line 68 of file dsdpadddata.c. Referenced by SDPConeAddADotX(), and SDPConeComputeS(). |
|
Check validity of parameter.
Definition at line 48 of file dsdpadddata.c. Referenced by SDPConeAddDataMatrix(), SDPConeAddXVAV(), SDPConeComputeS(), SDPConeComputeX(), SDPConeSetRMatrix(), SDPConeSetXArray(), SDPConeViewX(), and SDPConeXVMultiply(). |
|
Check validity of parameters.
Definition at line 101 of file dsdpadddata.c. Referenced by SDPConeAddDataMatrix(), and SDPConeSetRMatrix(). |
|
Free V matrix.
Definition at line 228 of file dsdpadddata.c. Referenced by SDPConeSetXArray(), and SDPConeSetXMat(). |
|
Add identity to dual matrix.
Definition at line 181 of file dsdpadddata.c. Referenced by SDPConeSetRIdentity(). |
|
Create X matrix.
Definition at line 247 of file dsdpadddata.c. |
|
Check validity of parameter.
Definition at line 84 of file dsdpadddata.c. Referenced by SDPConeCheckStorageFormat(), and SDPConeSetStorageFormat(). |
|
Print the SDPCone to the screen;.
Definition at line 617 of file dsdpadddata.c. |