#include <vector>
#include <string>
#include <fstream>
#include <cmath>
#include "hbf.inl"
Go to the source code of this file.
Namespaces | |
namespace | std |
Compounds | |
class | HBF |
Storage of matrix in Harwell Boeing Format. More... | |
Typedefs | |
typedef vector< int >::iterator | iteri |
typedef vector< double >::iterator | iterd |
typedef string | psi_name |
Enumerations | |
enum | psi_type { continuous, discrete } |
|
Iterator of double vector. |
|
Iterator of integer vector. |
|
Type psi_name is used to manipulate name of PSI model. |
|
Time type of input markovian model : discrete or continuous. |