From: fred Date: Wed, 6 Nov 1996 17:21:34 +0000 (+0000) Subject: lilypond-0.0.9 X-Git-Tag: release/1.5.59~6879 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3768d4564ebd9706c29d33c1d025af8ac7a9023c;p=lilypond.git lilypond-0.0.9 --- diff --git a/hdr/leastsquares.hh b/hdr/leastsquares.hh new file mode 100644 index 0000000000..71586d8d5c --- /dev/null +++ b/hdr/leastsquares.hh @@ -0,0 +1,19 @@ +/* + leastsquare.hh -- part of LilyPond + + (c) 1996 Han-Wen Nienhuys +*/ + +#ifndef LEASTSQUARE_HH +#define LEASTSQUARE_HH +#include "vray.hh" +#include "boxes.hh" + +struct Least_squares { + svec input; + void minimise(Real &coef, Real &offset); +}; + + +#endif // LEASTSQUARE_HH +