aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil/util.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/jtutil/util.hh')
-rw-r--r--src/jtutil/util.hh10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/jtutil/util.hh b/src/jtutil/util.hh
index 89d6bde..9273ebe 100644
--- a/src/jtutil/util.hh
+++ b/src/jtutil/util.hh
@@ -62,16 +62,6 @@ double arctan_xy(double x, double y);
double modulo_reduce(double x, double xmod, double xmin, double xmax);
//
-// simple BLAS-like array arithmetic routines
-//
-template <typename fp>
- void array_zero(int N, fp dst[]); // dst[] = 0
-template <typename fp>
- void array_copy(int N, const fp src[], fp dst[]); // dst[] = src[]
-template <typename fp>
- void array_scale(int N, fp alpha, fp dst[]); // dst[] *= alpha
-
-//
// more misc math stuff, valid only if <math.h> has been #included
//
#ifdef PI // from "jt/stdc.h"