![]() |
GHOST
1.1.2
General, Hybrid, and Optimized Sparse Toolkit
|
Teardown and destruction of data structures. More...
Functions | |
| void | ghost_densemat_destroy (ghost_densemat *vec) |
| Destroys a densemat, i.e., frees all its data structures. More... | |
| void | ghost_sparsemat_destroy (ghost_sparsemat *mat) |
| Destroy a sparsemat and free all memory. More... | |
Teardown and destruction of data structures.
| void ghost_densemat_destroy | ( | ghost_densemat * | vec | ) |
Destroys a densemat, i.e., frees all its data structures.
| vec | The densemat |

| void ghost_sparsemat_destroy | ( | ghost_sparsemat * | mat | ) |
Destroy a sparsemat and free all memory.
| [in,out] | mat | The matrix. |

1.8.6