|
| | densematrix.hh |
| |
| | exceptions.hh |
| | A few common exception classes.
|
| |
| | lr.hh |
| | This file implements LU decomposition.
|
| |
| | newton.hh |
| | Newton's method with line search.
|
| |
| | ode.hh |
| | solvers for ordinary differential equations
|
| |
| | opcounter.hh |
| | This file implements an operator counting class.
|
| |
| | pde.hh |
| | solvers for partial differential equations
|
| |
| | precision.hh |
| | find machine precision for given float type
|
| |
| | qr.hh |
| | This file implements QR decomposition using Gram-Schmidt method.
|
| |
| | qrhousholder.hh |
| | This file implements QR decomposition using housholder transformation.
|
| |
| | rungekutta.hh |
| |
| | sgrid.hh |
| |
| | sparsematrix.hh |
| |
| | timer.hh |
| | A simple timing class.
|
| |
| | vector.hh |
| |