Marmote Core
The project aims at realizing the prototype of a software environment dedicated to modeling with Markov chains.
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
XBORNE
gthLD
GaussSeidel.h
1
// Maximal Iteration number
2
#define maxiter 100000
3
4
// Accuracy
5
#define maxdiff 1.0e-15
6
7
// Test for end : 1= Stewart, 0=sum des differences absolues
8
#define TestFin 1
9
10
// Comparison of pi_t and pi_{t-m}
11
#define mmm 10
12
13
// GS Forward (1) ou Backward (0)
14
#define Frwrd 1
15
16
17
Generated on Thu May 21 2015 17:06:41 for Marmote Core by
1.8.3.1