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.
|
class | HBF |
| Storage of matrix in Harwell Boeing Format. More...
|
|
|
| std |
| Utilization of the Standard Template Library.
|
|
|
typedef vector< int >::iterator | iteri |
|
typedef vector< double >::iterator | iterd |
|
typedef string | psi_name |
|
typedef vector<double>::iterator iterd |
Iterator of double vector.
typedef vector<int>::iterator iteri |
Iterator of integer vector.
Type psi_name is used to manipulate name of PSI model.
Time type of input markovian model : discrete or continuous.