#include <stdexcept>
#include <iostream>
#include <math.h>
#include "eflowRec/eflowUtil.h"
#include "eflowRec/eflowLookupExp.h"
#include "eflowRec/LegendreWeights.h"
Go to the source code of this file.
|  | 
| enum | Exp_t { stdExp = 0, 
lookupExp
 } | 
|  | Enum used as template argument to switch between std::exp and the lookup-table based version.  More... 
 | 
|  | 
◆ Exp_t
Enum used as template argument to switch between std::exp and the lookup-table based version. 
| Enumerator | 
|---|
| stdExp |  | 
| lookupExp |  | 
Definition at line 25 of file eflowCellIntegrator.h.