﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1292	segfault in RandTruncatedMultNormal	Jorge	Víctor de Buen Remiro	"The following code generate a segfault in tol

{{{
#!java
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."	defect	closed	normal	Mantainance	Math	2.0.1	normal	fixed	segfault,crash	
