Fortran
文章平均质量分 81
天下无雪
这个作者很懒,什么都没留下…
展开
-
Calling Fortran functions from C++ by means of shared libraries
Even though C++ is the programming language of choice for systems and business applications, Fortran still has a strong presence in scientific and engineering computation. In practice, programming in转载 2014-09-09 13:11:46 · 952 阅读 · 0 评论 -
Windows下在GSL(GNU Scientific Library)中使用OpenBLAS库
GNU Scientific Library是一个用于科学计算的开源库,拥有丰富的数学及矩阵计算函数,但是其自带的矩阵计算库BLAS效率明显没有ATLAS、OpenBLAS等优化后的计算库高,本文主要介绍如何在GSL中链接OpenBLAS库。 1. 下载并编译OpenBLAS库 OpenBLAS库最早是老外开发的GotoBLAS库,使用了大量的内联汇编来匹配不同计算平台的硬件差异,在Got原创 2013-08-27 21:28:12 · 4376 阅读 · 2 评论