Definition in file History.h.
#include <vector>
#include <functional>
#include <algorithm>
#include "Time.h"
#include "Interpolator.h"
Go to the source code of this file.
Namespaces | |
namespace | O_SESSAME |
Defines | |
#define | HISTORY_RESERVE_SIZE 1000 |
expected history storage size |
|
expected history storage size Used to reserve memory of states ahead of time. This number should be characteristic of the typical number of states in a history matrix. |