#501 closed defect (fixed)
TOL crashes when L is a 0x0 matrix in RandTruncatedMultNormal
Reported by: | César Pérez Álvarez | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Math | Version: | 1.1.5 |
Severity: | critical | Keywords: | |
Cc: |
Description
Try this code:
Matrix nu = Col(0, 2);
Matrix L = Rand(0,0,0,0);
Matrix c1 = Col(-1, 0.5);
Matrix c2 = Col( 1, 1.5);
Matrix MCsample = RandTruncatedMultNormal(nu, L, c1, c2, 1, 100);
Change History (4)
comment:1 Changed 18 years ago by
Owner: | changed from danirus to Víctor de Buen Remiro |
---|
comment:2 Changed 18 years ago by
Status: | new → assigned |
---|
comment:3 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/tol/Bugzilla/bug_000501 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Problem has been solved in CVS for both 1.1.5 and 1.1.6
Binary version for windows has been updated at
http://www.tol-project.org/pub/bin/win/tolbase-1.1.5-setup.exe
A new test tol_tests/tol/Bugzilla/bug_000501 has been added to check it in future versions
comment:4 Changed 18 years ago by
Binary version of Experimental Developer Release
v1.1.6 b.0.18.alpha 2007-07-31 10:07:31 i686-win
has been updated fixing this bug at
http://www.tol-project.org/pub/bin/win/tolbase-cvstrunk-setup.exe
Problem has been reproduced
Thanks to report