Modern Fortran in Practice Markus Arjen
Modern Fortran in Practice Markus Arjen From its earliest days, the Fortran programming language has been designed with computing efficiency in mind. This tutorial guide shows Fortran programmers how…
Specifikacia Modern Fortran in Practice Markus Arjen
Modern Fortran in Practice Markus Arjen
From its earliest days, the Fortran programming language has been designed with computing efficiency in mind. This tutorial guide shows Fortran programmers how to apply these features in twenty-first-century style: modular, concise, object-oriented, and resource-efficient, using multiple processors. The latest standard, Fortran 2008, incorporates a host of modern features, including object-orientation, array operations, user-defined types, and provisions for parallel computing.
The author also analyzes several numerical algorithms and their implementations and illustrates the use of several open source libraries. It offers practical real-world examples of interfacing to C, memory management, graphics and GUIs, and parallel computing using MPI, OpenMP, and coarrays. Full source code for the examples is available on the book's Web