This document is referenced from the C + + and object-oriented Numeric Computing for scientists and Engineers.
Preface
The main issues discussed in the book are object-oriented numerical programming
Prior knowledge of analysis and linear algebra is required before reading
Contains the CG (conjugate gradient) and GMRES (generalized minimum residual) algorithm, where the CG and GMRES algorithms will be implemented with different matrices (full matrix, diagonal matrix, sparse matrix) using the Inheritance method
Another important feature is the template
The advantages of C + + are also costly, resulting in an increase in compilation time and run time
This book mainly contains three parts, the first part introduces the main content of C + +, the second part introduces C + + object-oriented programming features, the third part introduces C + + standard library
C + + and OO Num Comp. Sci. Eng.-Part 1.