Marmote Core
The project aims at realizing the prototype of a software environment dedicated to modeling with Markov chains.
Classes | Namespaces | Typedefs | Enumerations
hbf.h File Reference

Header of HBF Class. More...

#include <vector>
#include <string>
#include <fstream>
#include <cmath>
#include "../transitionStructure/sparseMatrix.h"
#include "hbf.inl"

Go to the source code of this file.

Classes

class  HBF
 Storage of matrix in Harwell Boeing Format. More...
 

Namespaces

 std
 Utilization of the Standard Template Library.
 

Typedefs

typedef vector< int >::iterator iteri
 
typedef vector< double >::iterator iterd
 
typedef string psi_name
 

Enumerations

enum  psi_type { continuous, discrete }
 

Detailed Description

Header of HBF Class.

Author
- Flore.nosp@m.nt.M.nosp@m.orata.nosp@m.@ima.nosp@m.g.fr
Version
November 26, 2002

Typedef Documentation

typedef vector<double>::iterator iterd

Iterator of double vector.

typedef vector<int>::iterator iteri

Iterator of integer vector.

typedef string psi_name

Type psi_name is used to manipulate name of PSI model.

Enumeration Type Documentation

enum psi_type

Time type of input markovian model : discrete or continuous.