上一篇: 关于 clock_gettime() 的一个问题以及解决方法 | 下一篇: CMake是一个跨平台的安装(编译)工具
C++ 的一些免费库
z Linear Algebra
{ MTL, the Matrix Template Library. Dense and sparse matrices and vectors; banded, symmetric, triangular matrices; basic
algorithms. C++.
矩阵模版库,紧密和稀疏矩阵、矢量,带状,对称、三角矩阵,基本算法(C++语言)
{ uBLAS, BLAS in C++ with expression templates.
表达式模版形式的 C++中的BLAS ,
{ tvmet, a C++ library for "tiny" vectors and matrices with expression templates.
小型矢量和矩阵的表达式模版
{ GMM++, generic C++ template library for sparse, dense and skyline matrices, with solvers from ITL.
{ MET, a C++ matrix library with expression templates, which eliminates the overhead of overloaded operators.
{ SL++, the Scientific Library project. Will provide matrices, random numbers, complex, quaternions, plotting, and FFTs.
C++.
科学计算库,提供矩阵、随机数、复数、四元数,快速复利叶变换(C++语言)
{ Seldon, C++ library for linear algebra with BLAS interface. Many matrix types (sparse, symmetric, hermitian, etc.) are
supported.
BLAS 线性代数接口,支持 稀疏,对称,共轭矩阵
{ ALP, linear and polynomial algebra. Vectors, matrices, polynomials.
{ SVMT: E. Robert Tisdale's proposal for a standard C++ Scalar, Vector, Matrix and Tensor Class Library (with
implementation). Note: this is a proposal, not an official standard.
{ GNUSSL [ftp only], the GNU Scientific Software Library. Linear algebra and arrays. C++.
{ CPPLapack, C++ wrapper for BLAS and LAPACK.
{ Lapack++, C++ wrapper for BLAS and LAPACK.
{ IML++ A C++ template library for numerical iterative methods.
{ MV++ Numerical Matrix/Vector Classes in C++
{ SparseLib++ A library for sparse matrix computations, including the Sparse BLAS (Basic Linear Algebra Subprograms).
C++.
{ ISIS++, an object-oriented framework for solving sparse linear systems of equations. C++.
{ ARPACK++, a C++ template library for solving large-scale standard and generalized eigenvalue problems.
{ The Template Numerical Toolkit (TNT) for linear algebra is a successor to the Lapack++, Sparselib++, IML++, and MV++
packages. Its goal is to integrate these ideas into a generic algorithmic library, supporting generic user-defined data
types, and increasing its functionality. C++.
{ LinAlg, basic linear algebra and optimization classes. C++.
{ CAM C++ Class Library (Matrix, vector, and graphics classes)
{ Newmat, a C++ matrix library (docs, download)
{ CLHEP includes matrix classes, random number generators for the High Energy Physics (HEP) community. C++.
{ BPKIT, Block Preconditioning Toolkit for iterative solution of linear systems. Callable from C++, C, or FORTRAN.
z Arrays and Images
{ POOMA II framework for scientific computing on sequential and parallel computers. Provides parallel arrays; fields,
meshes, particles to come in version 2.1 (June 1999). C++.
{ The Blitz++ class library: Array and Vector classes which rival Fortran's performance. C++.
{ The AIPS++ Array and Image Classes (Astronomical Information Processing System). C++.
{ Daixtrose, a general-purpose expression template engine.
{ PETE, an expression templates library -- add expression templates to your own array class.
{ SCTL (BlueSail), C++, arrays, matrics, vectors, sparse, rotations.
{ VIGRA, generic computer vision/image processing library.
{ CPPIMA A C++ image processing library
{ LIMP, Large Image Manipulation Program
{ Image Restoration and Inpainting, C++ library for image restoration.
{ valarray<Troy> [ftp only], approximation of the valarray<T> class described in Ch. 26 of the ANSI/ISO C++ Standard.
Uses expression templates for efficient evaluation.
{ Image Understanding Environment (IUE), a DARPA project. C++.
{ WAILI, a wavelet transform library in C++.
z Neural Networks, genetic algorithms, machine learning, data mining
{ PDP++, a neural-network simulation system written in C++
RobinKin的专栏
CSDN | 社区 | 技术中心 | BLOG首页 | 我的首页 | 我的文章 | 个人档案 | 联系作者 | 聚合 | | 搜索 | 登录
59篇原创: 0篇翻译: 3篇转载: 30607次点击: 12个评论: 0个Trackbacks
作者tag:c/c++ c++ ┠♀ c++ ♂┨ c++ 永恒的乐土 05 c++ CSDN 推荐tag:.net c# c++ builder c++语言 algorithms arithmetic 矩阵 模版 borland
//整理 by RobinKin (王亮)
最近访客
文章
Blitz++(RSS)
Boost (RSS)
C++(RSS)
DATABASE(RSS)
English Paper(RSS)
Java(RSS)
Linux (RSS)
MTL (RSS)
PHP编程 (RSS)
关于编程这件事 (RSS)
关于饮食 (RSS)
网文收藏 (RSS)
收藏
相册
存档
2007年05月(2)
2006年01月(3)
2005年09月(1)
2005年03月(25)
2005年02月(18)
2004年12月(2)
2004年11月(6)
2004年10月(5)
最近评论
cmone:已经搞定了,呵呵,
原来是
#define M_PI 3.141592653
58979323846
cmone:M_PI”: 未声明的标
识符
这是怎么回事 呀
谢谢
iuguigu:我欧文欧文
duyanning:不错
nirvana:我觉得也大概能读懂
代码的意思,但是却无法实现一
个hamilton回路的算法,能不
能帮助解决一下,伪码也好,谢
谢,谢谢
goodkai