Thermal-FIST
1.3
Package for hadron resonance gas model applications
|
Implementation of the generic Broyden's method routines. More...
#include <cstddef>
#include <vector>
Go to the source code of this file.
Classes | |
class | thermalfist::BroydenEquations |
Abstract class which defines the system of non-linear equations to be solved by the Broyden's method. More... | |
class | thermalfist::BroydenJacobian |
Class which implements calculation of the Jacobian needed for the Broyden's method. More... | |
class | thermalfist::Broyden |
Class implementing the Broyden method to solve a system of non-linear equations. More... | |
class | thermalfist::Broyden::BroydenSolutionCriterium |
Sub-class where it is determined whether the required accuracy is achieved in the Broyden's method. More... | |
Namespaces | |
thermalfist | |
The main namespace where all classes and functions of the Thermal-FIST library reside. | |
Implementation of the generic Broyden's method routines.
Definition in file Broyden.h.