﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
82	bug in SVD with negative eigenvalue matrices	amauri	danirus	"The following code does not compute the matrix eigenvalues CORRECTLY.
In the diagonal matrix ALWAYS appears the eigenvalue´s absolute values. See 
example:

Set a = [[
           [[ -1, 0]], 
           [[ 0, -2]] 
       ]];

Matrix A = SetMat(a);

Set svd = SVD(A);"	defect	closed	normal		Math	1.1.1	major	invalid		
