﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
501	TOL crashes when L is a 0x0 matrix in RandTruncatedMultNormal	César Pérez Álvarez	Víctor de Buen Remiro	"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);"	defect	closed	high		Math	1.1.5	critical	fixed		
