|
file | BiCG.h |
| Solves an unsymmetric linear system of equations using the BiConjugate Gradient method.
|
|
file | BiCGStab.h |
| Solves an unsymmetric linear system of equations using the BiConjugate Gradient Stabilized method.
|
|
file | BSpline.h |
| Function to perform a B-spline interpolation.
|
|
file | CG.h |
| Functions to solve a symmetric positive definite linear system of equations using the Conjugate Gradient method.
|
|
file | CGS.h |
| Solves an unsymmetric linear system of equations using the Conjugate Gradient Squared method.
|
|
file | Eigen.h |
| Class to find the smallest eigenvalues and corresponding eigenvectors in a generalized eigenproblem using the Bathe subspace iteration method.
|
|
file | GMRes.h |
| Function to solve a linear system of equations using the Generalized Minimum Residual method.
|
|
file | GS.h |
| Function to solve a linear system of equations using the Gauss-Seidel method.
|
|
file | Iter.h |
|
file | Jacobi.h |
| Function to solve a linear system of equations using the Jacobi method.
|
|
file | LinearSolver.h |
|
file | OptimAux.h |
| File that contains auxiliary functions for optimization.
|
|
file | OptimSA.h |
| Function to solve an optimization problem using the Simulated Annealing method.
|
|
file | OptimTN.h |
| Function to solve an optimization problem using the Truncated Newton method.
|
|
file | Precond.h |
| Definition file for preconditioning classes.
|
|
file | QMR.h |
| Function to solve a linear system of equations using the Quasi-Minimal Residual method.
|
|
file | Richardson.h |
| Function to solve a linear system of equations using the Richardson method.
|
|
file | Schur.h |
|
file | SSOR.h |
| Function to solve a linear system of equations using the Symmetric Successive Over Relaxation method.
|
|