Program | Source File | Description |
---|---|---|
main | prg.f90 | Various routines to sort real/integer arrays. Example of use. |
test_algen | prg.f90 | PIKAIA oop example of use |
test_bspline | prg.f90 | Jacob Williams SPLIN. Example of use. |
test_data_arch | prg.f90 | Various subroutines. Example of use. |
test_fftw3 | prg.f90 | Routines to work with FFTs. Example of use |
test_files | prg.f90 | Some routines to deal with files. Example of use |
test_gnufor | prg.f90 | A fortran api to GNUPLOT. Example of use. |
test_intpl | prg.f90 | Interpolation/weighting functions. Example of use. |
test_least | prg.f90 | Least squares, linear and non linear. Example of use. |
test_minpack | prg.f90 | A fortran collection of functions for minimization problems. Example of use. |
test_solvers | prg.f90 | MSOLV example of use |
test_surfile | prg.f90 | Routines to handle Digital Surf binary format (.sur). Example of use |
test_tchebychev | prg.f90 | |
test_utils | prg.f90 |