From a3ace7c7570877505cf334cd17519615956b2500 Mon Sep 17 00:00:00 2001 From: Jiri Pittner Date: Wed, 22 Oct 2025 17:12:21 +0200 Subject: [PATCH] removed test prints --- tensor.cc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tensor.cc b/tensor.cc index e4d938b..bae900d 100644 --- a/tensor.cc +++ b/tensor.cc @@ -1114,7 +1114,7 @@ if(r==1) //create an analogous output for the trivial case return ret; } -//loop over all indices; relies on the fact tha unwinding does not change order of remaining indices +//loop over all indices; relies on the fact that unwinding does not change order of remaining indices for(int i=0; i u(um.nrows(),mini),vt(mini,um.ncols()); NRVec::normtype> w(mini); - std::cout << "decomposing "<