From 503f598801b67886028d9ffdfdef38813954e46f Mon Sep 17 00:00:00 2001 From: Vivian McPhail Date: Sun, 19 Sep 2010 10:25:39 +0000 Subject: C functions for Storable a => transdata, constantD --- lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c') diff --git a/lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c b/lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c index 09979cd..e8bbbdb 100644 --- a/lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c +++ b/lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c @@ -1139,6 +1139,19 @@ int transC(KCMAT(x),CMAT(t)) { OK } +int transP(KPMAT(x), PMAT(t)) { + REQUIRES(xr==tc && xc==tr,BAD_SIZE); + REQUIRES(xs==ts,NOCONVER); + DEBUGMSG("transP"); + int i,j; + for (i=0; i