﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
469	GSL solving on matrices with empty dimensions	Jorge	Víctor de Buen Remiro	"The following code

 Matrix A = Rand(0,0,0,1);
 Matrix x = Rand(0,0,0,1);
 Matrix b = MinimumResidualsSolve(A,x);

output this:

<W>
Warning: [1] <W>Intento de multiplicaci&#65533;n de una matriz vac&#65533;a.</W>
</W>
<W>
Warning: [2] <W>Intento de multiplicaci&#65533;n de una matriz vac&#65533;a.</W>
</W>
Segmentation fault (core dumped)

This piece of code is solved but a general solution should be implemented which catch all possible exceptions from GSL."	defect	closed	highest		Math	head	blocker	fixed		
