CbmRoot
|
#include "ThermalModelEVMF.h"
#include "xMath.h"
#include <cmath>
#include <cstdlib>
#include <iostream>
#include <vector>
Go to the source code of this file.
Namespaces | |
ThermalModelEVMFNamespace | |
Functions | |
void | ThermalModelEVMFNamespace::broyden22 (vector< double > &xin, vector< double >(*func)(const vector< double > &)) |
vector< double > | ThermalModelEVMFNamespace::function22 (const vector< double > &xin) |
Variables | |
ThermalModelEVMF * | ThermalModelEVMFNamespace::gThM |