﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
497	SubRow breaks down TOLBase	César Pérez Álvarez	danirus	"If we compile this:

Matrix v = SetCol([[1,2,3]]);
Matrix subV = SubRow(v, SetOfReal(3,4));

TOLBase breaks down.

However, if we compile this:

Matrix v = SetCol([[1,2]]);
Matrix subV = SubRow(v, SetOfReal(2,3));

It shows this:

Warning: [3] Intento de acceso no válido de la función SubRow(v,[[  2.000000, 3.000000 ]] )

I didn't try with other operators like SubCol but I think that could happen the same thing."	defect	closed	high		Math	1.1.5	critical	fixed		
