Added a comment about the timming tests done in the third section of the internal tests.

time-shift
Stéphane Adjemian (Charybdis) 2012-02-22 17:36:01 +01:00
parent 0a9daa519a
commit 939318a380
1 changed files with 4 additions and 0 deletions

View File

@ -212,6 +212,10 @@ end
%$ toc
%$ end
%$
%$ % REMARK
%$ % Note that the alternative code used in this test is sensibly faster than the code proposed
%$ % in the routine for the resampling scheme à la Kitagawa...
%$
%$ if show_plot
%$ plot(randvec,c,'-r'), hold on, plot([randvec(1),randvec(end)],[c(1),c(end)],'-k'), hold off, axis tight, box on
%$ end