examples/flatFunnel.h
00001 #ifndef _BETA_FLATFUNNEL_
00002 
00003 #include <diagConstMetric.h>
00004 
00005 class flatFunnel: public diagConstMetric
00006 {
00007     
00008 public:
00009     
00010     explicit flatFunnel(int n);
00011     ~flatFunnel() {};
00012     
00013     double V();
00014     const VectorXd& gradV();
00015     
00016 private:
00017     
00018 };
00019 
00020 #define _BETA_FLATFUNNEL_
00021 #endif
 All Classes Functions Variables