#include <cstdlib>#include <cstdio>#include <fstream>#include "EST.h"#include "EST_Handleable.h"#include "EST_THandle.h"#include "EST_TBox.h"#include "EST_String.h"

Go to the source code of this file.
Classes | |
| struct | stats_accumulator_HV |
| struct | stats_accumulator_FW |
| struct | stats_accumulator |
| an accumulator to be owned by every model More... | |
Typedefs | |
| typedef EST_TBox< stats_accumulator_FW > | Boxed_stats_accumulator_FW |
| typedef EST_THandle< Boxed_stats_accumulator_FW, stats_accumulator_FW > | refcounted_stats_accumulator_FW_P |
| typedef EST_TBox< stats_accumulator_HV > | Boxed_stats_accumulator_HV |
| typedef EST_THandle< Boxed_stats_accumulator_HV, stats_accumulator_HV > | refcounted_stats_accumulator_HV_P |
| typedef EST_TBox< EST_DMatrix > | Boxed_EST_DMatrix |
| typedef EST_THandle< Boxed_EST_DMatrix, EST_DMatrix > | refcounted_EST_DMatrixP |
| typedef EST_TBox< EST_DVector > | Boxed_EST_DVector |
| typedef EST_THandle< Boxed_EST_DVector, EST_DVector > | refcounted_EST_DVectorP |
Functions | |
| std::ostream & | operator<< (std::ostream &s, const refcounted_stats_accumulator_FW_P &) |
| std::ostream & | operator<< (std::ostream &s, const refcounted_stats_accumulator_HV_P &) |
| std::ostream & | operator<< (std::ostream &s, const stats_accumulator_FW &) |
| std::ostream & | operator<< (std::ostream &s, const stats_accumulator_HV &) |
| std::ostream & | operator<< (std::ostream &s, const Boxed_EST_DMatrix &) |
| std::ostream & | operator<< (std::ostream &s, const refcounted_EST_DMatrixP &) |
| int | operator== (const refcounted_EST_DMatrixP &a, const refcounted_EST_DMatrixP &b) |
| int | operator== (const refcounted_EST_DVectorP &, const refcounted_EST_DVectorP &) |
| std::ostream & | operator<< (std::ostream &s, const refcounted_EST_DVectorP &) |
Definition at line 66 of file EST_model_types.h.
| typedef EST_THandle<Boxed_stats_accumulator_FW,stats_accumulator_FW> refcounted_stats_accumulator_FW_P |
Definition at line 67 of file EST_model_types.h.
Definition at line 71 of file EST_model_types.h.
| typedef EST_THandle<Boxed_stats_accumulator_HV,stats_accumulator_HV> refcounted_stats_accumulator_HV_P |
Definition at line 72 of file EST_model_types.h.
| typedef EST_TBox<EST_DMatrix> Boxed_EST_DMatrix |
Definition at line 89 of file EST_model_types.h.
Definition at line 90 of file EST_model_types.h.
| typedef EST_TBox<EST_DVector> Boxed_EST_DVector |
Definition at line 103 of file EST_model_types.h.
Definition at line 104 of file EST_model_types.h.
| std::ostream& operator<< | ( | std::ostream & | s, |
| const refcounted_stats_accumulator_FW_P & | |||
| ) |
| std::ostream& operator<< | ( | std::ostream & | s, |
| const refcounted_stats_accumulator_HV_P & | |||
| ) |
| std::ostream& operator<< | ( | std::ostream & | s, |
| const stats_accumulator_FW & | |||
| ) |
| std::ostream& operator<< | ( | std::ostream & | s, |
| const stats_accumulator_HV & | |||
| ) |
| std::ostream& operator<< | ( | std::ostream & | s, |
| const Boxed_EST_DMatrix & | |||
| ) |
| std::ostream& operator<< | ( | std::ostream & | s, |
| const refcounted_EST_DMatrixP & | |||
| ) |
| int operator== | ( | const refcounted_EST_DMatrixP & | a, |
| const refcounted_EST_DMatrixP & | b | ||
| ) |
| int operator== | ( | const refcounted_EST_DVectorP & | , |
| const refcounted_EST_DVectorP & | |||
| ) |
| std::ostream& operator<< | ( | std::ostream & | s, |
| const refcounted_EST_DVectorP & | |||
| ) |