﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
101	When multiplying wrong-sized matrix TOL does not give a warning.	sdelfresno	manuelb	"If I have two Matrix like this:

A [100x200]
B[200x100]
C[108x56]

Calculating A*B will be ok, but:
Calculating A*C will return a [0x0] matrix, but will give no warning at all.

Therefore, when A*C is done, I see no error and TOL keeps on running using 
wrong results.

I would find it very useful a warning in case this situation is encountered.

Thanks."	enhancement	closed	normal		Math	head	minor	fixed		
