From 4957cff8af91cbb23c12382e25f5373fe96acb95 Mon Sep 17 00:00:00 2001 From: Vivian McPhail Date: Tue, 29 Jun 2010 09:03:19 +0000 Subject: add-vector-float --- lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c | 22 ++++++++++++++++++++++ lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.h | 6 ++++++ 2 files changed, 28 insertions(+) (limited to 'lib/Numeric/LinearAlgebra/LAPACK') diff --git a/lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c b/lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c index fd840e3..b9c2572 100644 --- a/lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c +++ b/lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c @@ -1039,6 +1039,18 @@ int multiplyC(int ta, int tb, KCMAT(a),KCMAT(b),CMAT(r)) { //////////////////// transpose ///////////////////////// +int transF(KFMAT(x),FMAT(t)) { + REQUIRES(xr==tc && xc==tr,BAD_SIZE); + DEBUGMSG("transF"); + int i,j; + for (i=0; i