[root] / trunk / math / mathmore / inc / Math / GSLMinimizer.h Repository:
ViewVC logotype

Diff of /trunk/math/mathmore/inc/Math/GSLMinimizer.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 25485, Mon Sep 22 07:52:52 2008 UTC revision 25486, Mon Sep 22 12:43:03 2008 UTC
# Line 171  Line 171 
171     virtual unsigned int NFree() const { return fDim; }     virtual unsigned int NFree() const { return fDim; }
172    
173     /// minimizer provides error and error matrix     /// minimizer provides error and error matrix
174     virtual bool ProvidesError() const { return true; }     virtual bool ProvidesError() const { return false; }
175    
176     /// return errors at the minimum     /// return errors at the minimum
177     virtual const double * Errors() const {     virtual const double * Errors() const {
178        static std::vector<double> err;        return 0;
       err.resize(fDim);  
       return &err.front();  
179     }     }
180    
181     /** return covariance matrices elements     /** return covariance matrices elements
# Line 205  Line 203 
203    
204     double fMinVal;     double fMinVal;
205     double fLSTolerance;  // Line Search Tolerance     double fLSTolerance;  // Line Search Tolerance
206     mutable std::vector<double> fValues;     std::vector<double> fValues;
207     //mutable std::vector<double> fErrors;     //mutable std::vector<double> fErrors;
208     std::vector<double> fSteps;     std::vector<double> fSteps;
209     std::vector<std::string> fNames;     std::vector<std::string> fNames;

Legend:
Removed from v.25485  
changed lines
  Added in v.25486

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9