aboutsummaryrefslogtreecommitdiff
path: root/src/jtutil/util.hh
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-22 17:33:21 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-22 17:33:21 +0000
commit73d9cdfe58e99305ede9c394f72712e7f759b5a2 (patch)
treefb0b18394b6a227056f23b2121d0d743fbf59940 /src/jtutil/util.hh
parentcee87925a7f844f805fd4d68c7fa1e4bb48ca5e4 (diff)
various changes including d/dr terms in Jacobian by numerical perturbation,
tweak I/O parameters, move printing Jacobian out of Jacobian class into test driver, drop unused array BLAS routines in jtutil:: git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@654 f88db872-0e4f-0410-b76b-b9085cfa78c5
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"