Definition in file dsdpxmat_impl.h.
Go to the source code of this file.
Data Structures | |
struct | DSDPVMat_Ops |
Table of function pointers that operate on the dense matrix. More... | |
Functions | |
int | DSDPVMatOpsInitialize (struct DSDPVMat_Ops *) |
Set function pointers to null. |
int DSDPVMatOpsInitialize | ( | struct DSDPVMat_Ops * | aops | ) |
Set function pointers to null.
aops | pointer to a structure of function pointers. |
Definition at line 377 of file dsdpxmat.c.
Referenced by DSDPVMatInitialize().