Diffpack Documentation


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

NonLinEqSolver2_prm.h

Go to the documentation of this file.
00001 
00005 class NonLinEqSolver2_prm : public NonLinEqSolver_prm
00006 
00007 {
00008 protected:
00009   virtual NonLinEqSolver_prm* clone () { return new NonLinEqSolver2_prm(); }
00010   friend void init_multilevel (int argc, const char* argv[],
00011                                bool hide_casename_files);  
00012   NonLinEqSolver2_prm ();
00013 
00014 public:
00015   virtual ~NonLinEqSolver2_prm () {}
00016   virtual NonLinEqSolver* create () const;
00017   virtual NonLinEqMethod getMethod () const;
00018 };
00019 
00020 

Copyright © 2003 inuTech GmbH. All rights reserved.