]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/least-squares.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / least-squares.hh
1 /*
2   leastsquare.hh -- part of GNU LilyPond
3
4   (c)  1996--2003 Han-Wen Nienhuys
5 */
6
7 #ifndef LEASTSQUARE_HH
8 #define LEASTSQUARE_HH
9 #include "array.hh"
10 #include "offset.hh"
11
12
13 /**
14   Least squares minimisation in 2 variables.
15   */
16 void minimise_least_squares (Real * coef, Real * offset, Array<Offset> const &);
17
18 #endif // LEASTSQUARE_HH
19