青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品

C++的一些免費庫

C++的一些免費庫

原文:C++的一些免費庫

//整理 by RobinKin (王亮)
  • 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.

     

  • 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++.

     

  • Neural Networks, genetic algorithms, machine learning, data mining

     

  • High-Energy Physics and Quantum Chemistry

     

  • Multiprecision, arbitrary precision data types
    • NTL, arbitrary length integers, vectors/matrices/polynomials over integers and over finite fields.
    • php">EXTNUM, version of double which has the same number of mantissa bits as IEEE 754, but extends the exponent to have range from 10^-646456993 to 10^646456992.
    • CLN, an extensive number library. Arbitrary precision integer, float, rational, polynomials, complex, modular integers, transcendental functions, assembly language kernels for some CPUs.
    • MUNTL, Multiprecision unsigned number template library (C++).
    • MPFUN++, a multiple precision floating point computation package in C++.
    • LiDIA, A library for computational number theory. Provides a collection of highly optimized implementations of various multiprecision data types and time-intensive algorithms.
    • Apfloat, a C++ High Performance Arbitrary Precision Arithmetic Package
    • hfloat, An arbitrary precision package, optimized for very large (> 1000) (decimal) digit numbers.
    • fPoint, a C++ class which helps convert floating-point arithmetic to fixed-point arithmetic by recommending range and precision requirements.
    • doubledouble, a quad-precision (approximately 30 decimal place) floating point arithmetic class.

     

  • Differential Equations
    • Rheoolef, finite element environment in C++.
    • EXPDE, a C++ library for solving partial differential equations on semi-unstructured grids. Parallel.
    • PZ, a C++ library for finite elements. 1-3 dimensions with hp-adaptivity, continuous or discontinuous, variety of matrix formats.
    • MBDyn, multibody dynamics analysis in C++. Built-in parallelization via MPI/Metis.
    • P2MESH, 2D finite volume/finite elements, C++ library designed for fast prototyping of high-performance PDE solvers.
    • Femlisp, a Common Lisp framework for Finite Element Methods.
    • GETFEM++, a C++ finite element library, generic, arbitrary dimensions.
    • MOUSE, a C++ library for finite volume computations on unstructured grids.
    • DEAL, a C++ library for adaptive finite elements and error estimation. Supports SMPs.
    • ODE++, a class library for ordinary differential equations. Explicit and linear-implicit ODE systems, IVP and BVP parameters, various solvers (Runge-Kutta, multistep, BDF). [English] [Deutsch]
    • PETSc, object-oriented software for partial differential equations (programmed in C)
    • Diffpack, partial differential equations in C++. ($)
    • TIDE: Classes for Ordinary Differential Equations. Provides vectors and matrices, extrapolation integrator for ODEs, sparse matrix classes, eigenvalues, shooting for two point BVPs, nonlinear solver, continuation
    • BoxLib/CCSE Applications Suite (docs), a class library supporting adaptive mesh refinement (AMR) schemes for computational fluid dynamics.
    • OVERTURE, a C++ class library for solving PDEs in complicated domains. Includes adaptive mesh refinement and overlapping grids.
    • FEMLIB (ftp, www) A Finite Element package [ftp only] by Michael Tiller (BROKEN LINK, no longer supported)

     

  • Automatic differentiation and interval arithmetic
    • Gaol, C++ library for interval arithmetic. Includes methods for interval constraint solvers.
    • FADBAD-TADIFF, a C++ package for automatic differentiation using any arithmetic (double or interval) by operator overloading.
    • PROFIL/BIAS [English] [Deutsch], a C++ interval arithmetic class library.

     

  • Visualization
    • The Visualization Toolkit (vtk), an extensive, free C++ library for scientific visualization.
    • VisAD, a Java library for interactive and collaborative visualization and analysis of numerical data
    • Java 2D Graph package. Includes contour plots, animation.
    • java/ptplot/">Ptplot, a 2D data plotter in Java

     

  • Graph Theory/Combinatorics
    • Boost Graph Library, a general purpose, generic C++ library for graph data structures and graph algorithms.
    • GTL, the Graph Template Library (C++).
    • LEDA, a C++ library for graph theory and combinatorial computing.

     

  • Language interoperability/scripting
    • CPPF77 (cppf77.zip), a utility for interfacing C++ and Fortran 77 programs.
    • Paul Dubois's code for interfacing Python and C++
    • SWIG, generates Perl, Python, Tcl, Java, Eiffel and Guile wrappers for C++ libraries.
    • SILOON (Scripting Interface Languages for Object-Oriented Numerics), toolkits and run-time support for building scripting interfaces to existing numerical codes in C, C++, and Fortran. Generates script bindings for Perl, Tcl, and Python.
    • Matwrap, a tool which generates C++ wrapper code for matrix-oriented scripting languages such as Matlab 5, Octave, and tela.

     

     

  • Transforms
    • FFTPACK++, a C++ wrapper for FFTPACK complex routines using LAPACK++ Matrix and Vector classes.
    • The FXT library of transforms. FFTs, Hartley, Number theoretic, Walsh, others coded in C++.

     

  • Optimization
    • COOOL, an object-oriented optimization library
    • OptSolve++, a C++ optimization library from Tech-X. (commercial)
    • StarFLIP, optimization library for combinatorial problems with fuzzy constraints (C++)
    • Javanumeric/index.html">LM (Levenberg-Marquardt) implementation in Java for nonlinear least squares problems.

     

  • Miscellaneous
  • Tools
    • TAU (Tuning and Analysis Utilities), explicit instrumentation of C++ libraries for profiling and tracing. For both serial and parallel codes.


Compilers
  • Compilers
    • KAI C++, an optimizing compiler from Kuck & Associates (now a division of Intel). Unfortunately, this product has been discontinued.
    • The free GCC (Gnu Compiler Collection) has a good C++ compiler which can be used under unix or windows (with CygWin).
    • Intel's C++ compiler.
    • The Portland Group C++ compiler
    • The MPC++, a massively parallel, message passing, meta-level processing C++.
    • Titanium (free), a dialect of Java for large-scale scientific computing.


    Commercial software
    • Diffpack, a development framework for multi-physics simulations (C++).
    • VectorSpace provides vs.lib (integrable/differentiable objects in C++) and fe.lib (an object-oriented finite element library).
    • php">NMath provides vector, matrix, complex numbers and math functions for the .NET platform (e.g. C#)
    • macstl, std::valarray implementation using SIMD opcodes (Altivec on PowerPC, SSE/SSE2 on Intel)
    • ExacMath library (quad and double-quad precision floating point math), from Floating Point Software.
    • Math.h++ and LAPACK.h++ from Rogue Wave Software, Inc (LAPACK.h++ is not the same package as Roldan Pozo's LAPACK++ listed above)
    • MtxVec, linear algebra/numerical library for Delphi and C++ Builder.
    • Extreme Optimization Library, numerical library for .NET
    • MAT<LIB> (Matlab compatible C++ Matrix Class Library)
    • C-XSC: A C++ Class Library for Extended Scientific Computing (A C++ interval methods class library)
    • Siscat, C++ software for scattered data approximation
    • JNL, A numerical language/library proposal for Java from Visual Numerics.
    • LIA,GIA,ICE libraries for interval methods in C++ from Delisoft Ltd. Includes interval arithmetic, global optimization, and solving nonlinear equations.
    • AMRES, a C++ library for financial analysis.
    Diffpack, a development framework for multi-physics simulations (C++).
  • VectorSpace provides vs.lib (integrable/differentiable objects in C++) and fe.lib (an object-oriented finite element library).
  • php">NMath provides vector, matrix, complex numbers and math functions for the .NET platform (e.g. C#)
  • macstl, std::valarray implementation using SIMD opcodes (Altivec on PowerPC, SSE/SSE2 on Intel)
  • ExacMath library (quad and double-quad precision floating point math), from Floating Point Software.
  • Math.h++ and LAPACK.h++ from Rogue Wave Software, Inc (LAPACK.h++ is not the same package as Roldan Pozo's LAPACK++ listed above)
  • MtxVec, linear algebra/numerical library for Delphi and C++ Builder.
  • Extreme Optimization Library, numerical library for .NET
  • MAT<LIB> (Matlab compatible C++ Matrix Class Library)
  • C-XSC: A C++ Class Library for Extended Scientific Computing (A C++ interval methods class library)
  • Siscat, C++ software for scattered data approximation
  • JNL, A numerical language/library proposal for Java from Visual Numerics.
  • LIA,GIA,ICE libraries for interval methods in C++ from Delisoft Ltd. Includes interval arithmetic, global optimization, and solving nonlinear equations.
  • AMRES, a C++ library for financial analysis.
KAI C++, an optimizing compiler from Kuck & Associates (now a division of Intel). Unfortunately, this product has been discontinued.
  • The free GCC (Gnu Compiler Collection) has a good C++ compiler which can be used under unix or windows (with CygWin).
  • Intel's C++ compiler.
  • The Portland Group C++ compiler
  • The MPC++, a massively parallel, message passing, meta-level processing C++.
  • Titanium (free), a dialect of Java for large-scale scientific computing.

    Commercial software
    • Diffpack, a development framework for multi-physics simulations (C++).
    • VectorSpace provides vs.lib (integrable/differentiable objects in C++) and fe.lib (an object-oriented finite element library).
    • php">NMath provides vector, matrix, complex numbers and math functions for the .NET platform (e.g. C#)
    • macstl, std::valarray implementation using SIMD opcodes (Altivec on PowerPC, SSE/SSE2 on Intel)
    • ExacMath library (quad and double-quad precision floating point math), from Floating Point Software.
    • Math.h++ and LAPACK.h++ from Rogue Wave Software, Inc (LAPACK.h++ is not the same package as Roldan Pozo's LAPACK++ listed above)
    • MtxVec, linear algebra/numerical library for Delphi and C++ Builder.
    • Extreme Optimization Library, numerical library for .NET
    • MAT<LIB> (Matlab compatible C++ Matrix Class Library)
    • C-XSC: A C++ Class Library for Extended Scientific Computing (A C++ interval methods class library)
    • Siscat, C++ software for scattered data approximation
    • JNL, A numerical language/library proposal for Java from Visual Numerics.
    • LIA,GIA,ICE libraries for interval methods in C++ from Delisoft Ltd. Includes interval arithmetic, global optimization, and solving nonlinear equations.
    • AMRES, a C++ library for financial analysis.
    Diffpack, a development framework for multi-physics simulations (C++).
  • VectorSpace provides vs.lib (integrable/differentiable objects in C++) and fe.lib (an object-oriented finite element library).
  • php">NMath provides vector, matrix, complex numbers and math functions for the .NET platform (e.g. C#)
  • macstl, std::valarray implementation using SIMD opcodes (Altivec on PowerPC, SSE/SSE2 on Intel)
  • ExacMath library (quad and double-quad precision floating point math), from Floating Point Software.
  • Math.h++ and LAPACK.h++ from Rogue Wave Software, Inc (LAPACK.h++ is not the same package as Roldan Pozo's LAPACK++ listed above)
  • MtxVec, linear algebra/numerical library for Delphi and C++ Builder.
  • Extreme Optimization Library, numerical library for .NET
  • MAT<LIB> (Matlab compatible C++ Matrix Class Library)
  • C-XSC: A C++ Class Library for Extended Scientific Computing (A C++ interval methods class library)
  • Siscat, C++ software for scattered data approximation
  • JNL, A numerical language/library proposal for Java from Visual Numerics.
  • LIA,GIA,ICE libraries for interval methods in C++ from Delisoft Ltd. Includes interval arithmetic, global optimization, and solving nonlinear equations.
  • AMRES, a C++ library for financial analysis.
  • posted on 2007-04-24 17:46 ashura 閱讀(2024) 評論(2)  編輯 收藏 引用 所屬分類: Computer Science

    評論

    # re: C++的一些免費庫 2007-07-26 17:35 throat

    謝謝,
    順便說句:你上面的好東西還真不少!^_^  回復  更多評論   

    # re: C++的一些免費庫 2007-08-02 13:37 ashura

    呵呵,我只是看到有用的或者感興趣的就整理過來:)@throat
      回復  更多評論   

    <2007年4月>
    25262728293031
    1234567
    891011121314
    15161718192021
    22232425262728
    293012345

    導航

    統計

    常用鏈接

    留言簿(2)

    隨筆分類

    隨筆檔案

    文章分類

    文章檔案

    搜索

    最新評論

    閱讀排行榜

    評論排行榜

    青青草原综合久久大伊人导航_色综合久久天天综合_日日噜噜夜夜狠狠久久丁香五月_热久久这里只有精品
  • <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            亚洲视频综合| 久久综合五月| 免费成人av在线| 欧美成人小视频| 美女视频黄a大片欧美| 蜜臀91精品一区二区三区| 久久精品日韩欧美| 欧美高清你懂得| 美女视频黄 久久| 欧美韩国日本一区| 欧美新色视频| 激情成人在线视频| 日韩一区二区精品视频| 在线视频一区观看| 欧美一区二区性| 蜜桃久久精品乱码一区二区| 欧美激情精品久久久久久久变态 | 99国产精品99久久久久久粉嫩| 99精品视频免费观看视频| 亚洲男女毛片无遮挡| 久久精品国产清高在天天线| 美乳少妇欧美精品| 亚洲美女区一区| 久久高清福利视频| 欧美精品一二三| 国产日韩欧美黄色| 99re这里只有精品6| 久久国产精品色婷婷| 亚洲欧洲日产国产网站| 一区二区高清视频| 另类酷文…触手系列精品集v1小说| 欧美精品网站| 亚洲国产精品电影在线观看| 亚洲一区二区免费在线| 美日韩精品视频| 亚洲一区二区三区免费观看| 免费av成人在线| 国产综合久久久久久| 亚洲小说欧美另类婷婷| 欧美国产一区二区在线观看| 先锋资源久久| 国产精品欧美日韩一区| 中文有码久久| 亚洲茄子视频| 男同欧美伦乱| 在线观看亚洲视频| 久久爱www久久做| 亚洲视频在线看| 欧美日韩伊人| 亚洲日本在线观看| 欧美激情精品久久久六区热门 | 奶水喷射视频一区| 在线播放一区| 久久9热精品视频| 亚洲国产日本| 欧美成人自拍视频| 久久免费少妇高潮久久精品99| 国产精品一区久久| 亚洲欧美日韩天堂一区二区| 99在线热播精品免费| 欧美日韩 国产精品| 国产精品初高中精品久久| 欧美一级淫片aaaaaaa视频| 亚洲经典自拍| 免费在线观看日韩欧美| 91久久午夜| 亚洲黄色影院| 欧美激情综合| 一区二区三区免费在线观看| 亚洲精品乱码久久久久久久久| 欧美.www| 亚洲专区一区二区三区| 亚洲尤物在线| 黄色精品一区二区| 欧美激情精品久久久久久蜜臀| 欧美.www| 亚洲欧美视频在线观看视频| 亚洲综合日韩| 在线成人av网站| 亚洲黄色尤物视频| 欧美午夜理伦三级在线观看| 亚洲欧美区自拍先锋| 欧美一区二区三区男人的天堂| 国产综合激情| 91久久精品日日躁夜夜躁国产| 欧美区亚洲区| 久久久91精品国产| 欧美成人伊人久久综合网| 中文精品一区二区三区| 午夜精品理论片| 亚洲精品一二| 午夜精品久久久久久久男人的天堂 | 午夜久久tv| 久久久久久九九九九| 日韩一级精品视频在线观看| 一区二区三区四区蜜桃| 狠狠综合久久av一区二区老牛| 欧美韩日视频| 国产视频在线观看一区二区三区| 你懂的视频一区二区| 国产精品va| 欧美激情国产日韩精品一区18| 欧美黄色一级视频| 国产精品国产三级欧美二区| 久久久久国产一区二区三区| 欧美韩日一区二区三区| 久久久久国产精品一区| 国产精品qvod| 亚洲人成网站999久久久综合| 国产农村妇女毛片精品久久麻豆| 亚洲激情网站| 亚洲国产欧美精品| 久久国产精品99国产精| 亚洲欧美制服中文字幕| 免费日韩成人| 免费成人高清在线视频| 国精品一区二区| 亚洲欧美日韩国产一区二区三区| 亚洲精品永久免费| 欧美gay视频激情| 一区二区三区四区蜜桃| 欧美无乱码久久久免费午夜一区| 久久精品色图| 国产精品伦理| 日韩午夜激情电影| 亚洲免费观看高清在线观看| 久久久久久久久综合| 久久精品免费| 国外视频精品毛片| 欧美在线亚洲| 久久五月婷婷丁香社区| 国产午夜久久| 午夜一区在线| 久久精品夜色噜噜亚洲aⅴ| 国产精品免费观看视频| 亚洲深夜av| 欧美一区三区三区高中清蜜桃| 国产精品第三页| 亚洲专区一区| 久久久久国产精品厨房| 国产主播精品| 久久三级福利| 亚洲国产岛国毛片在线| 99精品国产一区二区青青牛奶| 欧美韩日一区二区| 中国成人在线视频| 久久精品91| 亚洲高清在线视频| 欧美精品国产精品| 一区二区欧美精品| 久久久国产精品一区二区三区| 国产视频一区免费看| 久久久久久亚洲精品杨幂换脸| 六月天综合网| 99re6这里只有精品| 欧美视频在线免费| 久久av免费一区| 欧美国产亚洲视频| 亚洲综合视频网| 一区免费观看视频| 欧美精品久久久久久久免费观看 | 亚洲欧美中文日韩v在线观看| 国产精品亚洲综合色区韩国| 欧美中文字幕视频| 欧美激情精品| 欧美一级夜夜爽| 亚洲国产成人在线| 国产精品国产自产拍高清av王其 | 亚洲一区二区三区三| 国产日韩欧美在线看| 美腿丝袜亚洲色图| 亚洲桃色在线一区| 欧美91视频| 性高湖久久久久久久久| 在线观看日韩www视频免费 | 美女视频一区免费观看| 中文欧美字幕免费| 在线观看亚洲视频| 国产精品久久久久影院色老大| 久久久久久久久久久成人| 一本色道综合亚洲| 国外成人网址| 亚洲视频在线观看| 伊人久久大香线蕉av超碰演员| 欧美国产在线视频| 久久精品欧美日韩| 亚洲视频视频在线| 亚洲国产精品一区二区三区| 亚洲欧美日韩高清| 99精品视频免费观看| 玉米视频成人免费看| 国产伦精品一区二区三区免费 | 国产精品wwwwww| 免费日韩一区二区| 久久九九全国免费精品观看| 亚洲色图综合久久| aaa亚洲精品一二三区| 亚洲第一在线视频| 免费成人黄色| 久久综合一区|