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