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

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 閱讀(2032) 評論(2)  編輯 收藏 引用 所屬分類: Computer Science

    評論

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

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

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

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

    <2025年12月>
    30123456
    78910111213
    14151617181920
    21222324252627
    28293031123
    45678910

    導航

    統計

    常用鏈接

    留言簿(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资源综合区| 久久久91精品国产| 久久精品亚洲乱码伦伦中文| 极品少妇一区二区三区精品视频| 卡通动漫国产精品| 欧美xxx成人| 亚洲免费成人av电影| 91久久精品国产91久久| 欧美精品在线一区二区| 亚洲制服av| 欧美淫片网站| 亚洲精品免费观看| 亚洲网站在线看| 黑人巨大精品欧美黑白配亚洲| 久久视频精品在线| 欧美大片在线看免费观看| 亚洲桃色在线一区| 欧美一区2区三区4区公司二百 | 噜噜噜91成人网| 欧美www在线| 亚洲男人的天堂在线| 久久免费高清| 亚洲永久免费视频| 久热成人在线视频| 亚洲欧美视频| 女生裸体视频一区二区三区| 亚洲夜晚福利在线观看| 久久av一区二区| 亚洲特黄一级片| 久久嫩草精品久久久精品| 亚洲在线观看视频| 美玉足脚交一区二区三区图片| 午夜一区二区三视频在线观看| 久久久久久亚洲精品不卡4k岛国| 一区二区三区成人| 久久在线视频在线| 欧美一级免费视频| 欧美日韩直播| 亚洲电影免费观看高清完整版在线观看 | 欧美在线观看视频在线| 一区二区国产精品| 另类激情亚洲| 久久久国产精品一区| 欧美午夜女人视频在线| 欧美成人免费小视频| 国产欧美一级| 一个色综合导航| 亚洲三级电影全部在线观看高清| 欧美在线一区二区| 欧美在线地址| 国产精品高潮呻吟| 亚洲精品中文字| 亚洲国产日韩在线一区模特| 久久国产精品久久w女人spa| 欧美一级在线播放| 欧美视频1区| 日韩网站在线| 一区二区高清在线观看| 欧美精品成人一区二区在线观看| 久久嫩草精品久久久久| 国产精一区二区三区| 亚洲色在线视频| 亚洲综合国产激情另类一区| 欧美日韩一区二| 亚洲国产一区二区视频| 91久久夜色精品国产九色| 美女主播视频一区| 欧美激情中文字幕一区二区| 在线观看成人av| 免费日韩成人| 亚洲国产欧洲综合997久久| 亚洲人永久免费| 欧美激情成人在线| av72成人在线| 欧美一区二区三区视频在线观看| 国产精品综合色区在线观看| 性欧美暴力猛交另类hd| 久久综合国产精品台湾中文娱乐网| 国产一区在线视频| 久久久久久自在自线| 欧美xx69| 一区二区三区波多野结衣在线观看| 欧美日韩日本国产亚洲在线| 亚洲午夜精品17c| 久久国产精品久久久久久电车| 国产亚洲一区在线| 欧美 日韩 国产 一区| 亚洲美女视频网| 欧美在线资源| 亚洲国产综合91精品麻豆| 欧美日韩国产黄| 亚洲欧美日韩精品综合在线观看| 久久久久免费视频| 亚洲精品欧美精品| 国产精品久久一区主播| 久久久噜噜噜久噜久久| 亚洲乱码日产精品bd| 久久久久久**毛片大全| 亚洲另类在线视频| 国产欧美日韩激情| 欧美国产精品一区| 亚洲欧美在线磁力| 欧美国产高潮xxxx1819| 午夜精品视频在线观看一区二区| 黄色日韩精品| 欧美日韩一区精品| 久久女同精品一区二区| 一区二区免费看| 免费人成精品欧美精品| 一区二区三区日韩精品| 尤物yw午夜国产精品视频| 欧美视频日韩| 欧美91精品| 欧美一区三区三区高中清蜜桃| 最新日韩中文字幕| 久久久久久久999精品视频| 亚洲视频1区| 亚洲福利视频一区| 国产日韩亚洲欧美| 国产精品a久久久久| 牛牛国产精品| 久久嫩草精品久久久精品| 亚洲伊人久久综合| 亚洲裸体视频| 欧美激情性爽国产精品17p| 久久精品国产综合精品| 亚洲欧美综合精品久久成人| 亚洲精品日韩在线观看| 亚洲二区视频| 精品成人一区二区| 韩国成人理伦片免费播放| 国产精品日日摸夜夜摸av| 欧美日韩三级视频| 欧美乱大交xxxxx| 欧美成人中文字幕| 女人色偷偷aa久久天堂| 久久亚洲一区| 久久嫩草精品久久久精品一| 欧美亚洲综合网| 99精品99久久久久久宅男| 日韩视频免费在线| 99视频一区二区| 亚洲精品一区二区在线| 亚洲国产三级在线| 亚洲国产清纯| 日韩系列在线| 日韩视频在线一区| 亚洲欧洲精品一区| 最新日韩欧美| 夜夜嗨av一区二区三区四区| 亚洲日本免费| 日韩系列欧美系列| 一区二区三区成人精品| av成人国产| 午夜精品免费在线| 久久精品国产999大香线蕉| 久久久久久一区| 蜜桃av一区二区三区| 欧美精品激情| 国产精品卡一卡二卡三| 国产日韩一级二级三级| 雨宫琴音一区二区在线| 亚洲精品一区二区网址| 亚洲深夜福利在线| 久久大逼视频| 亚洲成色777777女色窝| 亚洲剧情一区二区| 亚洲自拍啪啪| 免播放器亚洲一区| 欧美视频不卡中文| 国产一区导航| 日韩视频精品在线| 欧美一区二区三区四区在线观看 | 狠狠色丁香久久婷婷综合丁香 | 国产精品久久久99| 国产在线不卡| 亚洲欧洲精品一区二区三区波多野1战4| 亚洲理伦电影| 久久精品久久综合| 亚洲高清影视| 午夜精品一区二区三区在线视| 老司机aⅴ在线精品导航| 欧美日韩人人澡狠狠躁视频| 国产亚洲制服色| 一区二区三区偷拍| 久久综合国产精品台湾中文娱乐网| 亚洲黄色尤物视频| 午夜一区二区三区不卡视频| 男人的天堂成人在线| 国产欧美一区二区精品仙草咪| 亚洲人成在线播放| 久久国产加勒比精品无码| 亚洲日本理论电影| 久久久久久一区二区三区| 国产精品美女主播在线观看纯欲| 亚洲人成77777在线观看网|