Changeset 2126 for trunk/yat/regression/MultiDimensional.h
- Timestamp:
- Dec 22, 2009, 9:45:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/regression/MultiDimensional.h
r2119 r2126 6 6 /* 7 7 Copyright (C) 2005, 2006, 2007, 2008 Jari Häkkinen, Peter Johansson 8 Copyright (C) 2009 Peter Johansson 8 9 9 10 This file is part of the yat library, http://dev.thep.lu.se/yat … … 24 25 25 26 #include "yat/utility/Matrix.h" 26 #include "yat/utility/Vector Base.h"27 #include "yat/utility/Vector.h" 27 28 28 29 #include <gsl/gsl_multifit.h> … … 93 94 94 95 private: 96 // no copy allowed 97 MultiDimensional(const MultiDimensional&); 98 MultiDimensional& operator=(const MultiDimensional&); 99 95 100 double chisquare_; 96 101 double s2_;
Note: See TracChangeset
for help on using the changeset viewer.