Read more
Zusatztext "...teaches the design of programs for scientific computation in C++." (SciTech Book News! Vol. 25! No. 4! December 2001)"With a view to teaching the design of programs...the author introduces unique C++ classes for vectors! dense matrices! and sparse matrices...demonstrates their use..." (Mechanical Engineering! www.wemagazine.org! April 2! 2002) Informationen zum Autor JOHN R. BERRYHILL, PhD, earned his doctorate in physics from the University of Wisconsin-Madison. He has been writing programs and developing data-processing methods for over thirty years. He lives in Austin, Texas. Klappentext Naturwissenschaftliche Programme werden statt in C++ noch immer häufig in FORTRAN geschrieben. Dieser Band hilft FORTRAN-Programmierern mögliche Berührungsängste mit C++ abzubauen. Anhand anschaulicher Beispiele zeigt der Autor, dass sich mit C++ viele Applikationen tatsächlich schneller und effizienter erstellen lassen als mit FORTRAN. Von einem ftp-Server können Quelltextbeispiele abgerufen werden. Zusammenfassung This volume describes algorithms in C++ for the formulation and solution of scientific and technical problems. The author shows that C++ is more convenient and efficient for the programmer than FORTRAN, which as been the computer language most commonly employed. Inhaltsverzeichnis Preafce. Overview. Vector ad Matrix Basics. Sparse Matrix Basics. Conjugate-Gradient Methods. Triangular Matrices. Householder Matrix Methods. Singular Value Decomposition. Cholesky Decomposition. Automatic Derivatives. Constrained Optimization. Interior-Point Extensions. LU Factorization. Complex Arrays. Fourier Transforms. References. Index.