summaryrefslogtreecommitdiff
path: root/dtrain/test/mira_update/Hildreth.h
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2012-03-13 09:15:46 +0100
committerPatrick Simianer <p@simianer.de>2012-03-13 09:15:46 +0100
commit867bca3e5fa0cdd63bf032e5859fb5092d9a4ca1 (patch)
tree8504e2343429e8063ff645a6f7e30dd02df02c2a /dtrain/test/mira_update/Hildreth.h
parent07ab389e9f4034faebc2ad50146456223f5ab6bf (diff)
polish
Diffstat (limited to 'dtrain/test/mira_update/Hildreth.h')
-rw-r--r--dtrain/test/mira_update/Hildreth.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/dtrain/test/mira_update/Hildreth.h b/dtrain/test/mira_update/Hildreth.h
deleted file mode 100644
index 8d791085..00000000
--- a/dtrain/test/mira_update/Hildreth.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "sparse_vector.h"
-
-namespace Mira {
- class Hildreth {
- public :
- static std::vector<double> optimise(std::vector< SparseVector<double> >& a, std::vector<double>& b);
- static std::vector<double> optimise(std::vector< SparseVector<double> >& a, std::vector<double>& b, double C);
- };
-}
-