Mercurial > hg > smallbox
changeset 90:6fa65aec8742
some bugs I have found while running the examples :)
author | Raja Giryes |
---|---|
date | Tue, 12 Apr 2011 16:37:11 +0300 |
parents | f6cc633fd94b |
children | 8a93741e416e |
files | bugs.m |
diffstat | 1 files changed, 37 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bugs.m Tue Apr 12 16:37:11 2011 +0300 @@ -0,0 +1,37 @@ +Bugs by Raja Giryes: +Using the tollbox on windows with Matlab R2010b: +bug1: +running SMALL_solver_test_Audio.m +I get: +Starting solver SMALL_cgp... +Solver SMALL_cgp finished task in 251.208410 seconds (cpu time). +Solver SMALL_cgp finished task in 159.905633 seconds (tic-toc time). + +Starting solver SolveBP... +??? Error using ==> eval +Undefined function or method 'SolveBP' for input arguments of type +'function_handle'. + +Error in ==> SMALL_solve at 46 + y = eval([solver.name,'(SparseLab_A, b, n,',solver.param,');']); + +Error in ==> SMALL_solver_test_Audio at 93 +SMALL.solver(i)=SMALL_solve(SMALL.Problem, SMALL.solver(i)); + +running SMALL_solver_test.m +I get: +Starting solver SMALL_cgp... +Solver SMALL_cgp finished task in 2.839218 seconds (cpu time). +Solver SMALL_cgp finished task in 2.821443 seconds (tic-toc time). + +Starting solver SolveOMP... +??? Error using ==> eval +Undefined function or method 'SolveOMP' for input arguments of type +'function_handle'. + +Error in ==> SMALL_solve at 46 + y = eval([solver.name,'(SparseLab_A, b, n,',solver.param,');']); + +Error in ==> SMALL_solver_test at 113 +SMALL.solver(i)=SMALL_solve(SMALL.Problem, SMALL.solver(i)); + \ No newline at end of file