PowellVariant1Iteration.h

00001 
00006 #ifndef _PowellVariant1Iteration_h
00007 #define _PowellVariant1Iteration_h
00008 
00009 // SYSTEM INCLUDES
00010 //
00011 
00012 // PROJECT INCLUDES
00013 //
00014 
00015 // LOCAL INCLUDES
00016 //
00017 #include "PowellIteration.h"
00018 
00019 // FORWARD REFERENCES
00020 //
00021 
00022 
00023 class PowellVariant1Iteration
00024     : public PowellIteration
00025 {
00026 public:
00027 // LIFECYCLE
00028 
00031     PowellVariant1Iteration(void);
00032 
00039     PowellVariant1Iteration(const ColumnVector& staringPoint,
00040                             const SquareMatrix& D);
00041 
00044     ~PowellVariant1Iteration(void);
00045 
00046 // OPERATORS
00047 
00048 // OPERATIONS
00049 
00050 // ACCESS
00051 
00052     virtual vector<IterationDataIdType> ClassIds() const;
00053 
00054     static IterationDataIdType          ClassId();
00055 
00056 // INQUIRY
00057 
00058 protected:
00059 private:
00060 };
00061 
00062 // INLINE METHODS
00063 //
00064 
00065 // EXTERNAL REFERENCES
00066 //
00067 
00068 #endif  // _PowellVariant1Iteration_h

Wygenerowano Fri Sep 29 21:04:47 2006 dla EduOptim2 programem  doxygen 1.4.6