GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
Teardown

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...
 

Detailed Description

Teardown and destruction of data structures.

Function Documentation

void ghost_densemat_destroy ( ghost_densemat vec)

Destroys a densemat, i.e., frees all its data structures.

Parameters
vecThe densemat

Here is the call graph for this function:

void ghost_sparsemat_destroy ( ghost_sparsemat mat)

Destroy a sparsemat and free all memory.

Parameters
[in,out]matThe matrix.

Here is the call graph for this function: