solvers Directory Reference
Files | |
file | BiCG.h |
Solves an unsymmetric linear system of equations using the BiConjugate Gradient 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 | EigenProblemSolver.h |
Definition file for class EigenProblemSolver. | |
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 | Integration.h |
Definition file for numerical integration class. | |
file | Jacobi.h |
Function to solve a linear system of equations using the Jacobi method. | |
file | MyNLAS.h |
Definition file for abstract class MyNLAS. | |
file | MyOpt.h |
Definition file for abstract class MyOpt. | |
file | ODESolver.h |
Definition file for class ODESolver. | |
file | Prec.h |
Definition file for preconditioning classes. | |
file | Richardson.h |
Function to solve a linear system of equations using the Richardson method. | |
file | SSOR.h |
Function to solve a linear system of equations using the Symmetric Successive Over Relaxation method. | |
file | TimeStepping.h |
Definition file for class TimeStepping. | |