Scientific and Engineering C++: An Introduction with Advanced Techniques and Examples

Scientific and Engineering C++: An Introduction with Advanced Techniques and Examples
ISBN-10
0201533936
ISBN-13
9780201533934
Category
Technology & Engineering / General
Pages
671
Language
English
Published
1994
Publisher
Addison-Wesley
Authors
John J. Barton, Lee R. Nackman

Description

Scientific and Engineering C++ brings the power of C++ to science and engineering programming.
Highlights: builds on knowledge of both FORTRAN and C, the languages most familiar to scientists and engineers; systematically treats object-oriented programming, templates, and the C++ type system; relates the C++ programming process to expressing commonality in the design and implementation of programs; describes how to use existing FORTRAN and C subroutine libraries to implement C++ classes; introduces advanced techniques coordinating templates, inheritance, virtual function interfaces, and exceptions in substantive examples; provides examples, including an extensive family of array classes, smart pointers, class wrappers for LAPACK, classes for abstract algebra and dimensional analysis, function objects, exploiting existing C and FORTRAN libraries, automatic differentiation, and data analysis via nonlinear least squares using the singular value decomposition; and references key sources of new programming ideas and C++ programming techniques.
Scientific and Engineering C++ will help engineers and scientists fluent in FORTRAN or C; professional programmers using C or C++ who are looking for a new, systematic discussion of C++ for object-oriented programming; and advanced programmers who are interested in sophisticated C++ programming techniques.

Similar books

  • C++ for Engineers and Scientists
    By Gary J. Bronson

    Bronson's second edition makes C++ accessible to first-level engineering students. The book teaches the fundamentals of the C++ language with a gradual refinement of programming skills from procedural to object-oriented....

  • Introducing C++ for Scientists, Engineers and Mathematicians
    By Derek Capper

    Written especially for scientists, engineers and mathematicians, this book has been extensively updated and revised to conform to the 1998 ANSI/ISO C++ Standard.

  • Programming in C++ for Engineering and Science
    By Larry Nyhoff

    Developed from the author's many years of teaching computing courses, Programming in C++ for Engineering and Science guides students in designing programs to solve real problems encountered in engineering and scientific applications.

  • Guide to Scientific Computing in C++
    By Joe Pitt-Francis, Jonathan Whiteley

    Note that when header files that we have written are included the names of these files are enclosed within quotation marks, in contrast to the system header files such as iostream, fstream and cmath that we have used earlier.

  • C++ and Object-Oriented Numeric Computing for Scientists and Engineers
    By Daoqi Yang

    For2 swap_ranges (For first, For last, For2 first2); // swap elements in two ranges template-class In, class Out, class T2 Out replace_copy (In first, In last, Out res, const T& old, const T& newval) { // copy [first, last) into ...

  • C++ for Scientists, Engineers and Mathematicians
    By Derek M. Capper

    C++ is among the most powerful and popular of programming languages for applications. This is an adoptable textbook for undergraduate students who need to use this language for applications that are - in the main - numerical.

  • Discovering Modern C++: An Intensive Course for Scientists, Engineers, and Programmers
    By Peter Gottschling

    This book is designed to help you get started rapidly and then master increasingly robust features, from lambdas to expression templates.

  • Parallel Programming Using C++
    By Gregory V. Wilson, Paul Lu

    One reason for this is that most parallel programming systems have failed to insulate their users from the architectures of the machines on which they have run.

  • Scientific Programming and Computer Architecture
    By Divakar Viswanath

    This book examines and explains a variety of scientific programming models (programming models relevant to scientists) with an emphasis on how programming constructs map to different parts of the computer's architecture.

  • Computing for Scientists: Principles of Programming with Fortran 90 and C++
    By R. J. Barlow, A. R. Barnett

    The Manchester Physics Series General Editors: D. J. Sandiford; F. Mandl; A. C. Phillips Department of Physics and Astronomy, University of Manchester Properties of Matter B. H. Flowers and E. Mendoza Optics Second Edition F. G. Smith and J ...