X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fleast-squares.hh;h=9fcbee19fbe89f3df05b8264a9d9d942b268946e;hb=f49e954f4a1c1c388ebe8c0581a20da0238aed25;hp=c7172d8e9f0f7331bcb022679fde9a7ae069b3a3;hpb=94189ec2b8da6d7e89dc619c646a927adead9b19;p=lilypond.git diff --git a/lily/include/least-squares.hh b/lily/include/least-squares.hh index c7172d8e9f..9fcbee19fb 100644 --- a/lily/include/least-squares.hh +++ b/lily/include/least-squares.hh @@ -1,19 +1,18 @@ /* leastsquare.hh -- part of GNU LilyPond - (c) 1996--2001 Han-Wen Nienhuys + (c) 1996--2007 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); + Least squares minimisation in 2 variables. +*/ +void minimise_least_squares (Real *coef, Real *offset, vector const &); #endif // LEASTSQUARE_HH