close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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.

Change History (2)

comment:1 Changed 14 years ago by Víctor de Buen Remiro

Resolution: fixed
Status: newclosed

(In [3709]) Fixes #1292

comment:2 Changed 14 years ago by Víctor de Buen Remiro

(In [3710]) Fixes #1292

Note: See TracTickets for help on using tickets.