Guide to Scientific Computing in C++ - Joe Pitt-Francis

Guide to Scientific Computing in C++

Joe Pitt-Francis

出版社

Springer

出版时间

2012-02-18

ISBN

9781447127352

评分

★★★★★
书籍介绍

This easy-to-read textbook/reference presents an essential guide to object-oriented C++ programming for scientific computing. With a practical focus on learning by example, the theory is supported by numerous exercises. Features: provides a specific focus on the application of C++ to scientific computing, including parallel computing using MPI; stresses the importance of a clear programming style to minimize the introduction of errors into code; presents a practical introduction to procedural programming in C++, covering variables, flow of control, input and output, pointers, functions, and reference variables; exhibits the efficacy of classes, highlighting the main features of object-orientation; examines more advanced C++ features, such as templates and exceptions; supplies useful tips and examples throughout the text, together with chapter-ending exercises, and code available to download from Springer.

用户评论
入门好书。很精练的介绍了怎么用C++来做linear algebra 和一些其他的科学运算。这是一本相当基础的书,介绍怎样在OOP中实现科学元算,而不是一本类似 numerical recipes 那样的算法手册。
西加加大法
非常适合 我这样有一点点C或CPP基础 但又了解不多的人。
收藏