$treeview $search $mathjax
00001 #ifndef __RMOL_BOM_DPOPTIMISER_HPP 00002 #define __RMOL_BOM_DPOPTIMISER_HPP 00003 00004 // ////////////////////////////////////////////////////////////////////// 00005 // Import section 00006 // ////////////////////////////////////////////////////////////////////// 00007 // RMOL 00008 #include <rmol/RMOL_Types.hpp> 00009 00011 namespace stdair { 00012 class LegCabin; 00013 } 00014 00015 namespace RMOL { 00017 class DPOptimiser { 00018 public: 00019 00025 static void optimalOptimisationByDP (stdair::LegCabin&); 00026 00030 static double cdfGaussianQ (const double, const double); 00031 }; 00032 } 00033 #endif // __RMOL_BOM_DPOPTIMISER_HPP