注册
登录
数据加密
>>
linear-nonlinear-algebra
>>
返回
项目作者:
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
下载
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:
test/ contains the specific post-processing/type-setting done for coursework. Go to each sub-directory and ‘make’ and run the executable
src/ contains the Fortran source files. Run ‘make; make install;’
python/ contains the python extension modules
Requirements:
Modern Fortran compiler
Python
f2py wrapper