summaryrefslogtreecommitdiff
path: root/lib/yule_walker.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yule_walker.h')
-rw-r--r--lib/yule_walker.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/yule_walker.h b/lib/yule_walker.h
deleted file mode 100644
index 883ea03..0000000
--- a/lib/yule_walker.h
+++ /dev/null
@@ -1,12 +0,0 @@
-
-#pragma once
-
-#include <gsl/gsl_linalg.h>
-#include <gsl/gsl_matrix.h>
-#include <gsl/gsl_vector.h>
-
-#include "types.h"
-#include "measurement.h"
-
-double yule_walker(const autocorr_t *a);
-