summaryrefslogtreecommitdiffstats
path: root/contrib/lua-torch/torch7/lib/TH/THLogAdd.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/lua-torch/torch7/lib/TH/THLogAdd.h')
-rw-r--r--contrib/lua-torch/torch7/lib/TH/THLogAdd.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/lua-torch/torch7/lib/TH/THLogAdd.h b/contrib/lua-torch/torch7/lib/TH/THLogAdd.h
deleted file mode 100644
index 9319b8f46..000000000
--- a/contrib/lua-torch/torch7/lib/TH/THLogAdd.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef TH_LOG_ADD_INC
-#define TH_LOG_ADD_INC
-
-#include "THGeneral.h"
-
-TH_API const double THLog2Pi;
-TH_API const double THLogZero;
-TH_API const double THLogOne;
-
-TH_API double THLogAdd(double log_a, double log_b);
-TH_API double THLogSub(double log_a, double log_b);
-TH_API double THExpMinusApprox(const double x);
-
-#endif