summaryrefslogtreecommitdiff
path: root/lib/yule_walker.h
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-07-26 01:21:56 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-07-26 01:21:56 -0400
commitde8c6398f269c9fa14842c170b5b21651e817f9b (patch)
tree09b1fab1bf6e9993becceba305f8a858c1069615 /lib/yule_walker.h
parent94f7d887981f0626f166f5645fa98115d4f9a478 (diff)
downloadc++-de8c6398f269c9fa14842c170b5b21651e817f9b.tar.gz
c++-de8c6398f269c9fa14842c170b5b21651e817f9b.tar.bz2
c++-de8c6398f269c9fa14842c170b5b21651e817f9b.zip
removed some files that are now unused
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);
-