![]() |
Gowdy solver
|
Solving a linear equation A * x = b
for a band-diagonal matrix A
.
More...
Go to the source code of this file.
Data Structures | |
class | BandLUDecomposition |
BandLUDecomposition implements a method for solving linear equations A * x = b for a band-diagonal matrix A using LU decomposition. More... |
Solving a linear equation A * x = b
for a band-diagonal matrix A
.
Definition in file bandSol.h.