summaryrefslogtreecommitdiff
path: root/lib/Numeric/LinearAlgebra
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2008-11-14 16:16:04 +0000
committerAlberto Ruiz <aruiz@um.es>2008-11-14 16:16:04 +0000
commitf0a2248b9d9532e0814519408bff8b886bca2bbc (patch)
tree05d0751368350fe12b6f402528441290c49e64af /lib/Numeric/LinearAlgebra
parentb69fa7ed53d52e812afd27547f4f63e74cfe5527 (diff)
subMatrix reimplemented and removed auxi.c
Diffstat (limited to 'lib/Numeric/LinearAlgebra')
-rw-r--r--lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c b/lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c
index e85c1b7..6315041 100644
--- a/lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c
+++ b/lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c
@@ -34,6 +34,9 @@
34#define NODEFPOS 2006 34#define NODEFPOS 2006
35#define NOSPRTD 2007 35#define NOSPRTD 2007
36 36
37//---------------------------------------
38void asm_finit() { asm("finit");}
39//---------------------------------------
37 40
38//////////////////// real svd //////////////////////////////////// 41//////////////////// real svd ////////////////////////////////////
39 42