Module | Source File | Description |
---|---|---|
chapter_4 | chapter_4.f90 | All of the programming exercises for Chapter 4: Loops and Character Manipulation |
chapter_5 | chapter_5.f90 | All of the programming exercises for Chapter 5: Basic IO |
chapter_6 | chapter_6.f90 | Arrays |
chapter_7 | chapter_7.f90 | All of the programming exercises for Chapter 7: Procedures |
foreng | foreng.f90 | |
foreng_env | foreng_env.f90 | Top level module for all of the useful functions written for Fortran for Scientists and Engineers |
foreng_io | io.f90 | Top-level Foreng module grouping modules that manipulate strings, characters, and input/output. |
foreng_io_char | io_char.f90 | A module to deal with the manipulation of characters based on their ASCII collating sequence. |
foreng_math | math.f90 | Top level module containing math functions (sets, factorials, trig) |
foreng_math_geom | math_geom.f90 | |
foreng_math_misc | math_misc.f90 | Miscellaneous Mathematic functions |
foreng_math_prob | math_prob.f90 | Contains functions used to compute probability distributions |
foreng_math_sets | math_sets.f90 | Contains functions that deal with the mathematical definition of sets. Find the union of two rank 1 arrays with . Find the intersection with . Check if a given x belongs to a set with |
foreng_math_stats | math_stats.f90 | |
foreng_math_trig | math_trig.f90 | Trigonometric functions defined for inputs whose units are degrees instead of radians. |
foreng_numeric | numeric.f90 | Top level module used to store all the functionality relating to numerical analysis |
foreng_numeric_calculus | numeric_calculus.f90 | |
foreng_numeric_conversion | numeric_conversion.f90 | |
foreng_numeric_matrices | numeric_matrices.f90 | |
foreng_numeric_matrices_gauss | numeric_matrices_gauss.f90 | !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
foreng_numeric_matrices_inverse | numeric_matrices_inverse.f90 | |
foreng_numeric_regression | numeric_regression.f90 | |
foreng_science | science.f90 | |
foreng_science_const | science_const.f90 | A series of scientific constants used in the science module |
foreng_science_elec | science_elec.f90 | |
foreng_science_phys | science_phys.f90 | |
foreng_science_temp | science_temp.f90 |