++ has gradually become the dominant language for computer pro displacing C and Fortran even in many scientific and engineering applications. This velsion of Numerical Recipes contains the entire text of ale Second Edition with all the programs presented in C++.
C++ poses special problems for numerical work. In particular, it is difficult to treat vectors and matrices in a manner that is simultaneously efficient and yet allows programming with high-level constructs. The fact that there is still no universally accepted standard library for doing this makes dle problem even more difficult for authors of a book like this one. In Chapter 1 and the Appendices we describe how we have solved this problem. The default option is for you, the reader, to use a very simple class library that we provide. You can be up and running in a few minutes. We also show vou how you can alternatively use any other matrix/vector class library of your choosing. This may take you a few minutes to set up the first time, but thereafter will provide transparent access to the Recipes with essentially no loss in efficiency.
2022-11-20 14:19:46
1.06MB
数值算法
1