Definition in file dsdpadddatamat.c.
Go to the source code of this file.
Functions | |
| int | DSDPGetIdentityDataMatF (int, double, struct DSDPDataMat_Ops **, void **) |
| Create a sparse matrix usuable by DSDP in full symmetric format. | |
| int | DSDPGetIdentityDataMatP (int, double, struct DSDPDataMat_Ops **, void **) |
| Create a sparse matrix usuable by DSDP in packed symmetric format. | |
| int | DSDPSetDataMatZero (DSDPDataMat *A) |
| Make a data matrix a zero matrix. | |
| int | SDPConeAddADenseVecMat (SDPCone sdpcone, int blockj, int vari, int n, double alpha, double val[], int nnz) |
Add a matrix in a dense format. | |
| int | SDPConeAddARankOneMat (SDPCone sdpcone, int blockj, int vari, int n, double alpha, int ishift, const int ind[], const double val[], int nnz) |
Add data matrix where v is a sparse vector. | |
| int | SDPConeAddASparseVecMat (SDPCone sdpcone, int blockj, int vari, int n, double alpha, int ishift, const int ind[], const double val[], int nnz) |
Add data matrix in a sparse format. | |
| int | SDPConeAddConstantMat (SDPCone sdpcone, int blockj, int vari, int n, double value) |
Add a matrix whose elements are all the same. | |
| int | SDPConeAddDataMatrix (SDPCone, int, int, int, char, struct DSDPDataMat_Ops *, void *) |
Add a data matrix . | |
| int | SDPConeAddIdentity (SDPCone sdpcone, int blockj, int vari, int n, double val) |
Add a matrix that is a multiple of the identity matrix. | |
| int | SDPConeSetADenseVecMat (SDPCone sdpcone, int blockj, int vari, int n, double alpha, double val[], int nnz) |
Set a matrix in a dense format. | |
| int | SDPConeSetARankOneMat (SDPCone sdpcone, int blockj, int vari, int n, double alpha, int ishift, const int ind[], const double val[], int nnz) |
Set data matrix where v is a sparse vector. | |
| int | SDPConeSetASparseVecMat (SDPCone sdpcone, int blockj, int vari, int n, double alpha, int ishift, const int ind[], const double val[], int nnz) |
Set data matrix in a sparse format. | |
| int | SDPConeSetConstantMat (SDPCone sdpcone, int blockj, int vari, int n, double value) |
Set a matrix whose elements are all the same. | |
| int | SDPConeSetIdentity (SDPCone sdpcone, int blockj, int vari, int n, double val) |
Set a matrix to be a multiple of the identity matrix. | |
| int | SDPConeSetRIdentity (SDPCone sdpcone, int blockj, int n, double rr) |
| Add identify matrix to dual matrix. | |
| int | SDPConeSetRMatrix (SDPCone, int, int, char, struct DSDPDataMat_Ops *, void *) |
| Add identity to dual matrix. | |
| int | SDPConeSetZeroMat (SDPCone sdpcone, int blockj, int vari, int n) |
Set a matrix whose elements are all equal zero. | |
|
||||||||||||||||||||
|
Create a sparse matrix usuable by DSDP in full symmetric format.
Definition at line 69 of file identity.c. Referenced by SDPConeAddIdentity(), and SDPConeSetRIdentity(). |
|
||||||||||||||||||||
|
Create a sparse matrix usuable by DSDP in packed symmetric format.
Definition at line 44 of file identity.c. Referenced by SDPConeAddIdentity(), and SDPConeSetRIdentity(). |
|
|
Make a data matrix a zero matrix.
Definition at line 537 of file dsdpadddatamat.c. Referenced by DSDPBlockRemoveDataMatrix(). |
|
||||||||||||||||||||
|
Add identify matrix to dual matrix.
Definition at line 438 of file dsdpadddatamat.c. Referenced by SDPConeSetup(). |
|
||||||||||||||||||||||||||||
|
Add identity to dual matrix.
Definition at line 181 of file dsdpadddata.c. Referenced by SDPConeSetRIdentity(). |
1.4.2