Skip to content
Prev 75027 / 398502 Next

How to set the floating point precision beyond e-22?

On 8/5/05, Roy Nitze <rnitze at wiwi.uni-bielefeld.de> wrote:
It appears that you are using the crossproduct but not taking
advantage of the symmetry.

The condition number of the crossproduct is the square of the
condition number of the original matrix so you are making your
conditioning problems much worse by taking the crossproduct.  I
suggest that you use a QR or SVD decomposition of the original model
matrix instead.  You will still end up with a very ill-conditioned
problem but now quite as bad as the one you have now.