]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/least-squares.hh
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond...
[lilypond.git] / lily / include / least-squares.hh
index ca3ea7a7b21a86091c5d2e2ff28f948188aa7036..aa8bd84e46a6c97eb1bc7a0f91326a192b7193b2 100644 (file)
@@ -1,19 +1,18 @@
 /*
   leastsquare.hh -- part of GNU LilyPond
 
-  (c)  1996--2003 Han-Wen Nienhuys
+  (c) 1996--2009 Han-Wen Nienhuys
 */
 
 #ifndef LEASTSQUARE_HH
 #define LEASTSQUARE_HH
-#include "array.hh"
+#include "std-vector.hh"
 #include "offset.hh"
 
-
 /**
-  Least squares minimisation in 2 variables.
-  */
-void minimise_least_squares (Real * coef, Real * offset, Array<Offset> const &);
+   Least squares minimisation in 2 variables.
+*/
+void minimise_least_squares (Real *coef, Real *offset, vector<Offset> const &);
 
 #endif // LEASTSQUARE_HH