| # | Line 480 | Line 480 | class OOPSEMinimizerBase : public RealIntegrator { | |
|---|---|---|
| 480 | virtual ~OOPSEMinimizerBase(); | |
| 481 | ||
| 482 | double calcGradient(vector<double>& x, vector<double>& grad); | |
| 483 | < | void setOptCoor(vector<double>& x); |
| 484 | < | vector<double> getOptCoor(); |
| 483 | > | void setCoor(vector<double>& x); |
| 484 | > | vector<double> getCoor(); |
| 485 | void output(vector<double>& x, int iteration); | |
| 486 | int getDim() {return dim;} | |
| 487 | protected: | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |