Thermal-FIST  1.3
Package for hadron resonance gas model applications
Public Member Functions | List of all members
thermalfist::ThermalModelPCE::BroydenEquationsPCE Class Reference

#include <ThermalModelPCE.h>

Inheritance diagram for thermalfist::ThermalModelPCE::BroydenEquationsPCE:
thermalfist::BroydenEquations

Public Member Functions

 BroydenEquationsPCE (ThermalModelPCE *model, int mode=0)
 
std::vector< double > Equations (const std::vector< double > &x)
 
- Public Member Functions inherited from thermalfist::BroydenEquations
 BroydenEquations (void)
 Default constructor. Does nothing. More...
 
virtual ~BroydenEquations (void)
 Destructor. More...
 
virtual int Dimension () const
 Number of equations. More...
 
void SetDimension (int dim)
 

Additional Inherited Members

- Protected Attributes inherited from thermalfist::BroydenEquations
int m_N
 The number of equations. More...
 

Detailed Description

Definition at line 228 of file ThermalModelPCE.h.

Constructor & Destructor Documentation

thermalfist::ThermalModelPCE::BroydenEquationsPCE::BroydenEquationsPCE ( ThermalModelPCE model,
int  mode = 0 
)
inline

Definition at line 231 of file ThermalModelPCE.h.

Member Function Documentation

std::vector< double > thermalfist::ThermalModelPCE::BroydenEquationsPCE::Equations ( const std::vector< double > &  x)
virtual

Evaluates the l.h.s. of all the equations being solved for the specified values of the variables. It is presumed that all equations are of the form 'l.h.s. == 0'. Pure virtual function which should be implemented in a derived class.

Parameters
xVector of the variables' values.
Returns
std::vector<double> Vector of l.h.s. computed.

Implements thermalfist::BroydenEquations.

Definition at line 357 of file ThermalModelPCE.cpp.


The documentation for this class was generated from the following files: