Eulerian constructor

Eulerian()

Singleton factory constructor

Implementation

factory Eulerian() {
  return _instance;
}