Marmote Core
The project aims at realizing the prototype of a software environment dedicated to modeling with Markov chains.
 All Classes Functions Variables
Power.h
1 // Maximal Iteration number
2 #define maxiter 100000
3 
4 // Accuracy
5 #define maxdiff 0.0000000001
6 
7 
8