DSDP
|
Structure of function pointers that each symmetric positive definite matrix type (dense, sparse) must implement. More...
Go to the source code of this file.
Data Structures | |
struct | DSDPDualMat_Ops |
Table of function pointers that operate on the S matrix. More... | |
Functions | |
int | DSDPDualMatOpsInitialize (struct DSDPDualMat_Ops *) |
Set pointers to null. More... | |
Structure of function pointers that each symmetric positive definite matrix type (dense, sparse) must implement.
Definition in file dsdpdualmat_impl.h.
int DSDPDualMatOpsInitialize | ( | struct DSDPDualMat_Ops * | sops | ) |
Set pointers to null.
sops | function pointers |
Definition at line 423 of file dsdpdualmat.c.
Referenced by DSDPDualMatInitialize().