HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Destroy a banded matrix object. More...
Go to the source code of this file.
Functions | |
int | BandedMatrixDestroy (void *A) |
Destroy a banded matrix object.
Definition in file BandedMatrixDestroy.c.
int BandedMatrixDestroy | ( | void * | A | ) |
Free up allocations inside a banded matrix object
A | Banded matrix object of type BandedMatrix |
Definition at line 10 of file BandedMatrixDestroy.c.