Table of Contents

 

Chapter 1. A Subset of Fortran 77

1.1 Basics
1.2 Logical Operations
1.3 Loops
1.4 Arrays
1.5 Subprograms
1.6 Arrays and Subprograms
1.7 Input and Output
1.8 Complex Arithmetic
1.9 Programming Tips
Appendix: Fortran 77 Built-In Functions
 
 

Chapter 2. The BLAS

2.1 Bookkeeping Operations
2.2 Vector Operations
2.3 Norm Computations
2.4 Givens Rotations
2.5 Double Precision and Complex Versions
 

Chapter 3. LINPACK

3.1 Triangular Systems
3.2 General Systems
3.3 Symmetric Systems
3.4 Banded Systems
3.5 The QR Factorization
3.6 The SIngular Value Decomposition
3.7 Double and Complex Versions
 

Chapter 4. Matlab

4.1 Basics
4.2 Loops and Conditionals
4.3 Working with Submatrices
4.4 Built-In Functions
4.5 Functions
4.6 Factorization
4.7 Miscellaneous