ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools/SteepestDescent.hpp
Revision: 1011
Committed: Tue Feb 3 20:47:10 2004 UTC (21 years, 3 months ago) by tim
File size: 315 byte(s)
Log Message:
*** empty log message ***

File Contents

# Content
1 #ifndef _STEEPESTDESCENT_H_
2 #define _STEEPESTDESCENT_H_
3
4 #include "Minimizer.hpp"
5
6 class SteepestDescent : public MinimizerUsingLineSearch{
7 public:
8 bool isSolvable();
9 virtual void Init();
10 virtual void Minimize();
11 virtual int checkConvergence();
12
13 protected:
14
15
16 };
17
18 #endif

Properties

Name Value
svn:executable *