#1292 closed defect (fixed)
segfault in RandTruncatedMultNormal
Reported by: | Jorge | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | normal | Milestone: | Mantainance |
Component: | Math | Version: | 2.0.1 |
Severity: | normal | Keywords: | segfault, crash |
Cc: |
Description
The following code generate a segfault in tol
Matrix mu = Col(0, 2); Matrix L = Col(1); Matrix c1 = Col(-1, 0.5); Matrix c2 = Col( 1, 1.5); Matrix MCsample = RandTruncatedMultNormal(mu, L, c1, c2, 1, 100);
note that we are provinding L as a 1x1 matrix.
Note: See
TracTickets for help on using
tickets.
(In [3709]) Fixes #1292