﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
1046	Force symmetry when you are sure it is	Jorge	Víctor de Buen Remiro	"There are situations in which the symmetry of a computed matrix is assumed to be symmetruc but for rounding errors the result is not. In those cases it is advisable to force the matrix to be symmetric:

{{{
  Matrix symMat = (Tra(nearSymMat) + nearSymMat)*0.5;
}}}

In [2952] this trick is used."	trick	closed	highest	Mantainance	Math	2.0.1	blocker	fixed	symmetric	
