Definition in file identity.c.
Go to the source code of this file.
Functions | |
int | DSDPGetIdentityDataMatF (int n, double val, struct DSDPDataMat_Ops **dops, void **imat) |
Create a sparse matrix usuable by DSDP in full symmetric format. | |
int | DSDPGetIdentityDataMatP (int n, double val, struct DSDPDataMat_Ops **dops, void **imat) |
Create a sparse matrix usuable by DSDP in packed symmetric format. |
|
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(). |