DSDP
|
Structure of function pointers that each dense matrix array type (upper full, packed symmetric, ...) must implement. More...
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. | |
Structure of function pointers that each dense matrix array type (upper full, packed symmetric, ...) must implement.
Definition in file dsdpxmat_impl.h.
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().