Helios++
Helios software for LiDAR simulations
FluxionumTypes.h
1 #pragma once
2 
3 namespace fluxionum{
4 
5 
6 // *** ENUMERATIONS *** //
7 // ********************** //
12 enum class DiffDesignMatrixType {
13  FORWARD_FINITE_DIFFERENCES,
14  CENTRAL_FINITE_DIFFERENCES,
15  UNKNOWN
16 };
17 
18 }