Skip to content

A Fortran&Python code repository for record and archive some numerical methods.

Notifications You must be signed in to change notification settings

ZXG818/Numerical-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerical analysis

使用FORTRAN95与Python编写的一些计算方法的实例代码,全部自行编写,在VS2013和Intel Visual Fortran2013下编译测试。

进行了小范围的测试,由于本人代码水平有限,所以在使用时请谨慎使用代码,但是用来学习还是非常不错的。

欢迎与我进行讨论:[email protected]

【注】:本程序为了充分使用cache,遵循了FORTRAN中数组排列的“列优先(column major)”原则,所以,二维矩阵A(M, N)代表了N x M矩阵。

About

A Fortran&Python code repository for record and archive some numerical methods.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published