]> git.donarmstrong.com Git - lilypond.git/blob - hdr/leastsquares.hh
release: 0.0.20
[lilypond.git] / hdr / leastsquares.hh
1 /*
2   leastsquare.hh -- part of LilyPond
3
4   (c) 1996 Han-Wen Nienhuys
5 */
6
7 #ifndef LEASTSQUARE_HH
8 #define LEASTSQUARE_HH
9 #include "vray.hh"
10 #include "offset.hh"
11
12 struct Least_squares {
13     svec<Offset> input;
14     void minimise(Real &coef, Real &offset);
15 };
16
17
18 #endif // LEASTSQUARE_HH
19