Marmote Core
The project aims at realizing the prototype of a software environment dedicated to modeling with Markov chains.
Main Page
Namespaces
Classes
Files
File List
File Members
XBORNE
SOR
SOR.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
//
14
#define Omega 0.8
15
16
17
Generated on Sat Jan 23 2016 15:23:50 for Marmote Core by
1.8.9.1