[vox-tech] [OT] Numerical algorithms in C
Peter Jay Salzman
p at dirac.org
Fri Feb 2 00:01:26 PST 2007
Is there something equivalent to LAPACK or NAG in C? Something free (as in
beer is OK by me).
I need some high powered stuff like SVD factorization, linear solvers that
specialize in rank deficient problems, n-th order polynomial least curve
fitting, rank tolerant matrix equation solvers, etc.
I know something like NAG (don't want to pay for it) and LAPACK (don't want
the headache of interfacing with fortran if I don't have to) has them. I've
seen something called LAPACK++, which would be my next choice if something
in C isn't available.
Can anyone grant me temporary access to a machine with NAG? That would work
too.
Thanks!
Pete
--
How VBA rounds a number depends on the number's internal representation.
You cannot always predict how it will round when the rounding digit is 5.
If you want a rounding function that rounds according to predictable rules,
you should write your own.
-- MSDN, on Microsoft VBA's "stochastic" rounding function
Peter Jay Salzman, email: p at dirac.org web: http://www.dirac.org/p
PGP Fingerprint: B9F1 6CF3 47C4 7CD8 D33E 70A9 A3B9 1945 67EA 951D
More information about the vox-tech
mailing list