Section: Arrays#
In this section we will be following along with the examples from “Fortran for scientific programming”, a MOOC that is hosted by FutureLearn. Course material can be found on Github here . We will use Jupyter Lab with the Fortran Package Manager (fpm) to facilitate creation of this Jupyter Book.
- Section Arrays: Allocate from Source
- Section Arrays: Array Arithmetic
- Section Arrays: Array Elements
- Section Arrays: Array Initialization
- Section Arrays: Array Timing
- Section Arrays: Assumed
- Section Arrays: Compute Factorial
- Section Arrays: Double Deallocate
- Section Arrays: Elemental Subroutine
- Section Arrays: Enlarge Array
- Section Arrays: Identity
- Section Arrays: Linear Transform
- Section Arrays: Matrix
- Section Arrays: Max Array
- Section Arrays: Normalize
- Section Arrays: Normalize Performance
- Section Arrays: Reshape
- Section Arrays: Subarrays
- Section Arrays: Submatrices
- Section Arrays: Trace