Changes in src/leastsquaremin.hpp [54a746:f66195]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/leastsquaremin.hpp
r54a746 rf66195 9 9 #define LEASTSQUAREMIN_HPP_ 10 10 11 #include "vector.hpp" 11 using namespace std; 12 13 /*********************************************** includes ***********************************/ 14 15 // include config.h 16 #ifdef HAVE_CONFIG_H 17 #include <config.h> 18 #endif 19 20 #include <gsl/gsl_vector.h> 21 22 /****************************************** forward declarations *****************************/ 12 23 13 24 class element; 14 25 class molecule; 26 class Vector; 27 28 /********************************************** declarations *******************************/ 15 29 16 30 /** Parameter structure for least square minimsation.
Note:
See TracChangeset
for help on using the changeset viewer.