﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
514	RandConstrainedMNormal crashes Tol Base	mafernandez	Jorge	"The Matrix function RandConstrainedMNormal causes a crash in Tol base when some of the optional arguments are not given. Consider the following example below:

    Matrix mu = Col(2.0, 2.0);
    Matrix COV = ((1.0, 4/5.0),(4/5.0, 1.0));
    Matrix B = ((-1.0, 1.0), (0.0, -1.0));
    Matrix b = Col(0.0, 0.0);
    Matrix sample = RandConstrainedMNormal(mu, COV, B, b, 1, 100);"	defect	closed	high		Math	1.1.5	major	fixed		
