|
Files |
| file | GenMatrix.hh |
| | Supports matrix operation and storage for matrices with no special structure.
|
| file | LinearSolver.hh |
| | Supports calculation of solutions to linear systems.
|
| file | SymMatrix.hh |
| | Supports symmetric matrix operations and storage.
|
Compounds |
| class | GenMatrix |
| | A class that supports matrix operations and storage for matrices with no special structure. More...
|
| class | LinearSolver |
| | A class which computes solutions to linear systems of the form Ax=b. More...
|
| class | SymMatrix |
| | A class that supports matrix operation and storage for symmetric matrices. More...
|