DSDP
|
Structure of function pointers that each SDP Delta S matrix type (sparse, dense, diagonal, ...) must implement. More...
Go to the source code of this file.
Data Structures | |
struct | DSDPDSMat_Ops |
Symmetric Delta S matrix for one block in the semidefinite cone. More... | |
Functions | |
int | DSDPDSMatOpsInitialize (struct DSDPDSMat_Ops *) |
Set pointers to null. More... | |
Structure of function pointers that each SDP Delta S matrix type (sparse, dense, diagonal, ...) must implement.
Definition in file dsdpdsmat_impl.h.
int DSDPDSMatOpsInitialize | ( | struct DSDPDSMat_Ops * | aops | ) |
Set pointers to null.
aops | pointer to table. |
Definition at line 214 of file dsdpdsmat.c.
Referenced by DSDPDSMatInitialize().