]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.9
authorfred <fred>
Wed, 6 Nov 1996 17:21:34 +0000 (17:21 +0000)
committerfred <fred>
Wed, 6 Nov 1996 17:21:34 +0000 (17:21 +0000)
hdr/leastsquares.hh [new file with mode: 0644]

diff --git a/hdr/leastsquares.hh b/hdr/leastsquares.hh
new file mode 100644 (file)
index 0000000..71586d8
--- /dev/null
@@ -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<Offset> input;
+    void minimise(Real &coef, Real &offset);
+};
+
+
+#endif // LEASTSQUARE_HH
+