proj home

Files   Classes   Functions   Hierarchy  

prob_func.h

Go to the documentation of this file.
00001 #ifndef PROB_FUNC_H
00002 #define PROB_FUNC_H
00003 
00004 #include <funcstate.h>
00005 
00006 class prob_f001 : public funcstate< double >
00007 {
00008 public:
00009 
00010   prob_f001() : funcstate<double>(2) {}
00011 
00013   doublec operator()();
00014 
00015 };
00016 
00017 class prob_f002 : public funcstate< double >
00018 {
00019 public:
00020   
00022   prob_f002() : funcstate<double>(3) {}
00023 
00025   doublec operator()();
00026 };
00027 
00028 #endif
00029 

Generated on Fri Mar 4 00:49:30 2011 for Chelton Evans Source by  doxygen 1.5.8