MathNet.Numerics.LinearAlgebra.EigenvalueDecomposition. I downloaded MathNet.Iridium-2008.8.16.470 to try it for some Eigenvalue work, and had 2 problems in SymmetricDiagonalize( ). First, a Matrix like: { 5 -2 -4 } { -2 2 2 } { -4 2 5 } (these are rows) would throw an IndexOutOfBounds Exception, because...