Numerical analysis is the study of algorithms that use numerical approximation, as opposed to general symbolic manipulations.
I'm looking for fast code for 64-bit (unsigned) cube roots. (I'm using C and compiling with gcc, but I imagine …
c optimization math gcc numerical-analysisI read at a few places (in the doc and in this blog post : http://blogs.mathworks.com/loren/2007/05/16/purpose-of-inv/ ) …
matlab linear-algebra numerical-analysis matrix-inverse