Skip to content
Snippets Groups Projects
Commit 1c2d9845 authored by Baptiste LENIAU's avatar Baptiste LENIAU
Browse files

add comments

git-svn-id: svn+ssh://svn.in2p3.fr/class@543 0e7d625b-0364-4367-a6be-d5be4a48d228
parent 3b1238aa
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,8 @@ using namespace std; ...@@ -19,6 +19,8 @@ using namespace std;
class CLASSLogger; class CLASSLogger;
//-----------------------------------------------------------------------------// //-----------------------------------------------------------------------------//
//! Define en IrradiationModel based on power series of the exponential of the Bateman matrix
/*! /*!
Define a IM_Matrix. Define a IM_Matrix.
The aim of these class is to solve numericaly the Bateman equations using the The aim of these class is to solve numericaly the Bateman equations using the
......
...@@ -20,9 +20,8 @@ using namespace std; ...@@ -20,9 +20,8 @@ using namespace std;
class CLASSLogger; class CLASSLogger;
//-----------------------------------------------------------------------------// //-----------------------------------------------------------------------------//
//! Define en IrradiationModel based on Runge Kutta 4th order
/*! /*!
Define a IM_RK4
The aim of these class is to solve numericaly the Bateman equations using The aim of these class is to solve numericaly the Bateman equations using
Runge Kutta 4th order method Runge Kutta 4th order method
......
...@@ -21,6 +21,8 @@ typedef long long int cSecond; ...@@ -21,6 +21,8 @@ typedef long long int cSecond;
using namespace std; using namespace std;
//-----------------------------------------------------------------------------// //-----------------------------------------------------------------------------//
//! Define a XSModel getting mean cross sections from the closest EvolutionData
/*! /*!
Define a XSM_CLOSEST. Define a XSM_CLOSEST.
Class to get cross sections from a set of pre-calculation Class to get cross sections from a set of pre-calculation
......
...@@ -22,6 +22,8 @@ typedef long long int cSecond; ...@@ -22,6 +22,8 @@ typedef long long int cSecond;
using namespace std; using namespace std;
//-----------------------------------------------------------------------------// //-----------------------------------------------------------------------------//
//! Define a XSModel getting mean cross sections from neural network execution
/*! /*!
Define a XSM_MLP. Define a XSM_MLP.
This is the class to predict cross sections with a This is the class to predict cross sections with a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment