Mercurial > hg > smallbox
diff util/SMALL_solve.m @ 108:b14e1f6ee4be ver_1.1
Merge
author | Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk> |
---|---|
date | Wed, 18 May 2011 11:50:28 +0100 |
parents | f6cc633fd94b |
children | 8e660fd14774 |
line wrap: on
line diff
--- a/util/SMALL_solve.m Wed May 18 11:50:12 2011 +0100 +++ b/util/SMALL_solve.m Wed May 18 11:50:28 2011 +0100 @@ -93,8 +93,8 @@ % Sparse representation time tElapsed=toc(tStart); solver.time = cputime - start; -fprintf('Solver %s finished task in %2f seconds. \n', solver.name, solver.time); -fprintf('Solver %s finished task in %2f seconds. \n', solver.name, tElapsed); +fprintf('Solver %s finished task in %2f seconds (cpu time). \n', solver.name, solver.time); +fprintf('Solver %s finished task in %2f seconds (tic-toc time). \n', solver.name, tElapsed); solver.time=tElapsed; % geting around out of memory problem when converting big matrix from % sparse to full...