(9)

solvers Directory Reference

Files

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  EigenProblemSolver.h
 Definition file for class EigenProblemSolver.
 
file  FuncApprox.h
 Definition file for class FuncApprox.
 
file  GeoModel.h
 Definition file for class GeoModel.
 
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  LeastSquare.h
 Definition file for class LeastSquare.
 
file  LPSolver.h
 Definition file for class LPSolver.
 
file  MyNLAS.h
 Definition file for abstract class MyNLAS.
 
file  MyODE.h
 Definition file for abstract class MyODE.
 
file  MyOpt.h
 Definition file for abstract class MyOpt.
 
file  NLASSolver.h
 Definition file for class NLASSolver.
 
file  ODESolver.h
 Definition file for class ODESolver.
 
file  OptSolver.h
 Definition file for class OptSolver.
 
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.