From 73d9cdfe58e99305ede9c394f72712e7f759b5a2 Mon Sep 17 00:00:00 2001 From: jthorn Date: Mon, 22 Jul 2002 17:33:21 +0000 Subject: 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 --- src/jtutil/util.hh | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/jtutil/util.hh') 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 @@ -61,16 +61,6 @@ double arctan_xy(double x, double y); // or error_exit() if no such value exists double modulo_reduce(double x, double xmod, double xmin, double xmax); -// -// simple BLAS-like array arithmetic routines -// -template - void array_zero(int N, fp dst[]); // dst[] = 0 -template - void array_copy(int N, const fp src[], fp dst[]); // dst[] = src[] -template - void array_scale(int N, fp alpha, fp dst[]); // dst[] *= alpha - // // more misc math stuff, valid only if has been #included // -- cgit v1.2.3