项目作者: komahanb

项目描述 :
Fortran/Python linear algebra utilities
高级语言: Fortran
项目地址: git://github.com/komahanb/linear-nonlinear-algebra.git
创建时间: 2018-01-22T19:06:03Z
项目社区:https://github.com/komahanb/linear-nonlinear-algebra

开源协议:MIT License

下载


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