solvers Directory Reference

Files

 BiCG.h
 Solves an unsymmetric linear system of equations using the BiConjugate Gradient method.
 
 BSpline.h
 Function to perform a B-spline interpolation.
 
 CG.h
 Functions to solve a symmetric positive definite linear system of equations using the Conjugate Gradient method.
 
 CGS.h
 Solves an unsymmetric linear system of equations using the Conjugate Gradient Squared method.
 
 EigenProblemSolver.h
 Definition file for class EigenProblemSolver.
 
 FuncApprox.h
 Definition file for class FuncApprox.
 
 GeoModel.h
 Definition file for class GeoModel.
 
 GMRes.h
 Function to solve a linear system of equations using the Generalized Minimum Residual method.
 
 GS.h
 Function to solve a linear system of equations using the Gauss-Seidel method.
 
 Integration.h
 Definition file for numerical integration class.
 
 Jacobi.h
 Function to solve a linear system of equations using the Jacobi method.
 
 LeastSquare.h
 Definition file for class LeastSquare.
 
 MyNLAS.h
 Definition file for abstract class MyNLAS.
 
 MyOpt.h
 Definition file for abstract class MyOpt.
 
 ODESolver.h
 Definition file for class ODESolver.
 
 Prec.h
 Definition file for preconditioning classes.
 
 Richardson.h
 Function to solve a linear system of equations using the Richardson method.
 
 SSOR.h
 Function to solve a linear system of equations using the Symmetric Successive Over Relaxation method.
 
 TimeStepping.h
 Definition file for class TimeStepping.