Hi
I have a DenseMatrix (529 x 529) populated with very small numbers (2.37200035620307E-12, 1.19101E-57 etc.)
When ever I try to perform SVD on it I get an "Algorithm failed to converge" exception after a couple of minutes.
is it possible that I'm getting this error since the values in my matrix are all very small?
I make the call to SVD as follows:
DenseSvd denseSvd = new DenseSvd(_L,true);
where _L is my matrix
I can post the matrix itself as an excel file if it's required
thanks in advance
Guy
I have a DenseMatrix (529 x 529) populated with very small numbers (2.37200035620307E-12, 1.19101E-57 etc.)
When ever I try to perform SVD on it I get an "Algorithm failed to converge" exception after a couple of minutes.
is it possible that I'm getting this error since the values in my matrix are all very small?
I make the call to SVD as follows:
DenseSvd denseSvd = new DenseSvd(_L,true);
where _L is my matrix
I can post the matrix itself as an excel file if it's required
thanks in advance
Guy