23 April, 2010

开源科学计算 open source sci

linpack

* 软件名称 Linear Algebra Package
* 程序设计语言 Fortran 77
* 发布日期 1980
* 资源网址 http://www.netlib.org/linpack
* 下载专栏 Linpack压缩包
* 功能概述 解线性方程和线性最小二乘问题的子程序包(各项性能已经被lapack超过)

lapack

* 软件名称 Linear Algebra Package
* 程序设计语言 Fortran 77
* 发布日期 Version 3.0, 1999,9,30 (1999, 10, 31发布升级包)
* 资源网址 http://www.netlib.org/lapack
* 下载专栏 Lapack压缩包 ,Lapack升级包,Lapack Quick Reference
* 功能概述 线性代数计算子程序包

lapack++

* 软件名称 Linear Algebra Package in c++
* 程序设计语言 c++
* 资源网址 http://math.nist.gov/lapack++/
* 功能概述 c++版的线性代数计算子程序包

BLAS

* 软件名称 Basic Linear Algebra Subroutines
* 程序设计语言 Fortran 77
* 版本信息 V1.0, 1999,3,1
* 主要开发者 Kagstrom B. ,Ling P. ,Van Loan C.
* 资源网址 http://www.netlib.org/blas
* 下载专栏 Blas完整包 :Blas1压缩包 ,Blas2压缩包 ,Blas3压缩包 ,Blas Quick Reference
* 功能概述 Blas是执行向量和矩阵运算的子程序集合。

gsl

* 软件名称 GNU Scientific Library
* 当前版本号 gsl-1.5 was released in June 2004.
* 程序设计语言 C , C++ compable
* 资源网址 http://www.gnu.org/software/gsl/
* 下载专栏 ftp://ftp.gnu.org/gnu/gsl/
* 手册 http://www.gnu.org/software/gsl/manual/gsl-ref_toc.html
* 功能概述 范围广泛, 包括数值分析的常见内容

CXML

* 软件名称 C the Extended Math Library
* 当前版本号 CXML Version 5.2.0 for Alpha LINUX -- Released 10/01/2002.
* 程序设计语言 C
* 资源网址 http://www.hp.com/techservers/software/cxml.html
* 下载专栏 http://h18000.www1.hp.com/math/download/index.html
* 功能概述 包括四个库: Blas, lapack, Sparse, Signal processing

CXML is a collection of mathematical routines optimized for Alpha systems. These subroutines perform numerically intensive operations that occur frequently in engineering and scientific computing, such as linear algebra and signal processing. CXML can help reduce the cost of computation, enhance portability, and improve productivity.
IMSL

* 软件名称 IMSL C Numerical Library
* 当前版本号 5.5
* 程序设计语言 C, Forton
* 资源网址 http://www.vni.com/ http://www.vni.com/products/imsl/c/imslc.html
* 功能概述 分为统计库和数学库两部分. 数学库包含应用数学和特殊函数.IMSL 程序库 - 已成为数值分析解决方案的工业标准。 IMSL 程序库提供最完整与最值得信赖的函数库。 IMSL 数值程序库提供目前世界上最广泛被使用的 IMSL 算法,有超过 370 验证过、最正确与 thread-safe 的数学与统计程序。 IMSL FORTRAN 程序库提供新一代以 FORTRAN 90 为程序库基础的程序,能展现出最佳化的演算法能力应用于多处理器与其它高效能运算系统。

其中应用数学部分解决以下问题:

* 线性代数方程,最小平方差问题等.
* 特征值与系统等问题
* 内差法与逼近法之各种应用计算
* 数值积分与微分
* 常微分方程组初值与边值问题,二三维之典型Poisson方程.
* 正反Fourier与Laplace变换
* 实复系数函数或非线性方程组零根求解等问题
* 不设限或简单设限数理规划最优化等各种问题
* 基本线性代数各种运算所需程序(BLAS)
* 打印,排序,计时随即数,简易绘图等各种工具

统计部分包括

* 基本统计
* 回归
* 相关
* 变异数分析
* 类别及离散资料分析
* 无母数统计
* 适合度及随机性检定
* 时间序列分析及预测
* 共变异结构与因子分析
* 区别分析
* 抽样
* 生存分析
* 多维标度
* 密度及危险估计
* 标率分布及其反函数

特殊函数部分包括

* 指数对数等基本函数
* 正反三角函数及双曲等函数
* 积分函数如: Exponential, integral等
* Gamma函数
* 误差函数
* Bessel 函数
* Kelvin函数
* Airy函数
* 积分函数
* 椭圆函数
* 几率分布函数和其反函数
* Mathieu函数
* 其它如正文多项式运算等.

deal.II

* 软件名称 A Finite Element Differential Equations Analysis Library
* 当前版本号 Release 5.0.0
* 程序设计语言 C++
* 资源网址 http://gaia.iwr.uni-heidelberg.de/~deal/
* 功能概述 a C++ program library targeted at adaptive finite elements and error estimation. It uses state-of-the-art programming techniques of the C++ programming language to offer you a modern interface to the complex data structures and algorithms required for adaptivity and enables you to use a variety of finite elements in one, two, and three space dimensions, as well as time-dependent problems.

SCALAPACK

* 软件名称 Scalible Linear Algebra Package
* 版本信息 1.5 (1.5+ 升级版),1997,11,15
* 程序设计语言 Fortran 77
* 资源网址 http://www.netlib.org/scalapack
* 下载专栏 ScaLapack压缩包 ,ScaLapack升级包,ScaLapack Quick Reference
* 功能概述 多机线性代数计算子程序包

MPI

* 软件名称 Message-Passing Interface
* 版本信息 version 2.0, 1997
* 程序设计语言 Fortran 77
* 资源网址 http://www-unix.mcs.anl.gov/mpi/index.html
* 下载专栏 MPI自由应用的版本:mpich-1.1.2 ,mpich-1.2
* 功能概述 消息传递通讯库

PVM

* 软件名称 Parallel Virtual Machine
* 当前版本号 3.4.3, 2000, 2, 18
* 程序设计语言 Fortran 77
* 资源网址 http://www.epm.ornl.gov/pvm/pvm_home.html
* 下载专栏 PVM 3.4.0,PVM 3.4.3
* 功能概述 从网络模拟大型并行机的通讯库

PETSc

* 软件名称 Portable, Extensible Toolkit for Scientific Computation
* 当前版本号 2.2.1
* 程序设计语言 C, C++, and Fortran.
* 资源网址 http://www-unix.mcs.anl.gov/petsc/petsc-2/
* 功能概述 PETSc is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the MPI standard for all message-passing communication.

No comments:

Post a Comment