comparison bugs.m @ 103:228ece3184c1

bug installing Rice Wavelet
author vemiya <valentin.emiya@inria.fr>
date Tue, 12 Apr 2011 16:09:46 +0200
parents 7af23be30765 3cf9714f6883
children e2ce05e21a55
comparison
equal deleted inserted replaced
102:7af23be30765 103:228ece3184c1
8 %Error in ==> SMALL_solver_test_Audio at 96 8 %Error in ==> SMALL_solver_test_Audio at 96
9 %SMALL_playAudio(SMALL); 9 %SMALL_playAudio(SMALL);
10 10
11 11
12 % version of Matlab used: 7.9.0.529 - 64 bits 12 % version of Matlab used: 7.9.0.529 - 64 bits
13
14
15
16 Bugs by Raja Giryes:
17 Using the tollbox on windows with Matlab R2010b:
18 bug1:
19 running SMALL_solver_test_Audio.m
20 I get:
21 Starting solver SMALL_cgp...
22 Solver SMALL_cgp finished task in 251.208410 seconds (cpu time).
23 Solver SMALL_cgp finished task in 159.905633 seconds (tic-toc time).
24
25 Starting solver SolveBP...
26 ??? Error using ==> eval
27 Undefined function or method 'SolveBP' for input arguments of type
28 'function_handle'.
29
30 Error in ==> SMALL_solve at 46
31 y = eval([solver.name,'(SparseLab_A, b, n,',solver.param,');']);
32
33 Error in ==> SMALL_solver_test_Audio at 93
34 SMALL.solver(i)=SMALL_solve(SMALL.Problem, SMALL.solver(i));
35
36 running SMALL_solver_test.m
37 I get:
38 Starting solver SMALL_cgp...
39 Solver SMALL_cgp finished task in 2.839218 seconds (cpu time).
40 Solver SMALL_cgp finished task in 2.821443 seconds (tic-toc time).
41
42 Starting solver SolveOMP...
43 ??? Error using ==> eval
44 Undefined function or method 'SolveOMP' for input arguments of type
45 'function_handle'.
46
47 Error in ==> SMALL_solve at 46
48 y = eval([solver.name,'(SparseLab_A, b, n,',solver.param,');']);
49
50 Error in ==> SMALL_solver_test at 113
51 SMALL.solver(i)=SMALL_solve(SMALL.Problem, SMALL.solver(i));
52
53
54 Bug report from Mehrdad Yaghoobi:
55 1. The rice mdwt crashed on my matlab session runing on linux 64!!!
56 2. problem with hg merge using EasyMercurial.
57
13 58
14 59
15 60
16 %%%%%%%%%%%%%%%%% 61 %%%%%%%%%%%%%%%%%
17 % bug by Valentin 62 % bug by Valentin