komahanb / linear-nonlinear-algebra

Fortran/Python linear algebra utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

Iterative Methods -- A Fortran-Python library for linear and nonlinear algebra

How to install library?

sh ./build.sh

How to run programs/examples?

  • cd test
  • cd specific_example
  • make
  • ./run

Directories:

  1. test/ contains the specific post-processing/type-setting done for coursework. Go to each sub-directory and 'make' and run the executable
  2. src/ contains the Fortran source files. Run 'make; make install;'
  3. python/ contains the python extension modules

Requirements:

  1. Modern Fortran compiler
  2. Python
  3. f2py wrapper

About

Fortran/Python linear algebra utilities

License:MIT License


Languages

Language:Fortran 67.4%Language:TeX 22.0%Language:Python 5.3%Language:Makefile 5.1%Language:Shell 0.2%