Given A(m,n), eps = Machine Epsilon, fNorm = FrobeniusNorm(A), p >= 1
To filter noise near zero created by floating point error:
if (|Aij| < fNorm * eps *p)
Aij =0
end if
Seem reasonable?
via Physics Forums RSS Feed http://www.physicsforums.com/showthread.php?t=707715&goto=newpost
0 commentaires:
Enregistrer un commentaire