From 02d3e2926f3ac5ebe3c274322d74b8a1c30deefd Mon Sep 17 00:00:00 2001 From: jiri Date: Thu, 5 Nov 2009 16:34:26 +0000 Subject: [PATCH] *** empty log message *** --- matexp.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/matexp.h b/matexp.h index a4b96dd..a8e4f9e 100644 --- a/matexp.h +++ b/matexp.h @@ -275,8 +275,8 @@ for(i=0,t=1.;i<=n;i++) else co[i>>1] = exptaylor[i]* (i&2?-t:t); t*=scale; } -cout <<"TEST sin "< -void sincostimes(const M &mat, V &si, V &co, const V &rhs, bool transpose=false, const typename LA_traits::elementtype scale=1., int maxpower= -1, int maxtaylor= -1, bool mat_is_0=false) //uses just matrix vector multiplication +void sincostimes(const M &mat, V &si, V &co, const V &rhs, bool transpose=false, const typename LA_traits::normtype scale=1., int maxpower= -1, int maxtaylor= -1, bool mat_is_0=false) //uses just matrix vector multiplication { if(mat_is_0) //prevent returning a shallow copy of rhs {