`
runfeel
  • 浏览: 935639 次
文章分类
社区版块
存档分类
最新评论

数值计算 高等数学 线性代数 免费库

 
阅读更多

    • PyMat, a matrix package for the Python programming language.
    • JAMA, an elementary linear algebra package for Java.
    • MTL, the Matrix Template Library. Dense and sparse matrices and vectors; banded, symmetric, triangular matrices; basic algorithms. C++.
    • uBLAS, BLAS in C++ with expression templates.
    • 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.
    • dnAnalytics, C# numerics library, linear algebra, BLAS interface.
    • 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++.
    • Seldon, C++ library for linear algebra with BLAS interface. Many matrix types (sparse, symmetric, hermitian, etc.) are supported.
    • 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.
    • TheTemplate Numerical Toolkit(TNT) for linear algebra is a successor to theLapack++,Sparselib++,IML++, andMV++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)
    • CLHEPincludes 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.
  • 转自http://www.oonumerics.org/oon/
  • Linear Algebra
  • Arrays and Images
    • FreePOOMAframework for scientific computing on sequential and parallel computers. C++.
    • TheBlitz++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.
    • NumPy, Numerical extensions to Python.
    • VIGRA, generic computer vision/image processing library.
    • CPPIMAA C++ image processing library
    • LIMP, Large Image Manipulation Program
    • Image Restoration and Inpainting, C++ library for image restoration.
    • valarray<Troy>[ftp only], approximation of thevalarray<T>class described in Ch. 26 of the ANSI/ISO C++ Standard. Usesexpression templatesfor 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.
    • EXTNUM, version of double which has the same number of mantissa bits as IEEE 754, but extends the exponent to have range from 10^-646456993to 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
  • 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'scode 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.
    • TheFXTlibrary 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++)
    • 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.
分享到:
评论

相关推荐

    高等数学线性代数习题

    高等数学线性代数是数学领域中的核心课程,它涵盖了函数、极限、连续性、微分学和积分学等多个重要概念。线性代数则主要研究向量、矩阵、线性变换以及它们在多维空间中的应用。 1. **函数与极限**: - **函数**:...

    大学高等数学线性代数笔记

    线性代数是大学高等数学中的一个重要分支,它在数学、物理、工程、计算机科学等多个领域都有着广泛的应用。这份"大学高等数学线性代数笔记"涵盖了线性代数的基本概念、理论及其应用,旨在帮助学生理解和掌握这一学科...

    线性代数 原书第七版 利昂著

    Leon是马萨诸塞大学达特茅斯分校数学系的首席教授,他在科学计算、线性代数和应用数学领域有着丰富的研究经验。其教授的线性代数课程经过多年的教学实践,不断探索和改进教学方法,使得本书能够更加贴合学生学习的...

    matlab解决高等数学和线性代数的部分问题

    总而言之,MATLAB是数学研究和学习的强大工具,尤其在高等数学和线性代数领域,无论是数值计算还是符号计算,或是可视化分析,都能提供高效便捷的解决方案。这个压缩包中的"math"文件可能包含了各种示例代码,可以...

    工程数学线性代数第五版(同济大学数学系)

    《工程数学线性代数第五版》是由同济大学数学系编著的一本经典教材,它深入浅出地介绍了线性代数这一重要的数学分支。线性代数是现代数学和工程技术中的基础理论,它的应用广泛,涵盖了从物理学、工程学、计算机科学...

    考研数学公式(高等数学、概率论、线性代数)全部公式

    高等数学、概率论和线性代数是考研数学中的核心组成部分,涵盖了大量的公式和理论。以下是对这些领域的关键知识点的详细说明: 1. **高等数学**: - **导数公式**:导数是理解函数变化率的关键工具,包括基本导数...

    工程数学 线性代数 同济大学数学系主编 第五版 高等教育出版社出版 第1章课件

    《工程数学:线性代数》是由同济大学数学系主编,高等教育出版社出版的第五版教材,这本经典著作深入浅出地介绍了线性代数这一基础且重要的数学分支。线性代数在现代科技、工程领域以及数据分析中都有着广泛的应用,...

    线性代数数学课程

    线性代数是一门在理工科、经济管理等多个领域中具有广泛应用的基础数学课程。它主要研究向量、矩阵、线性方程组、特征值与特征向量、线性空间和线性变换等概念,是现代科学技术发展的重要理论基石。 在计算机科学中...

    高等数学线性代数课件(含习题)

    高等数学中的线性代数是数学的一个重要分支,它研究向量、矩阵、线性变换等概念及其在几何、物理、工程等领域的应用。这个压缩包包含的课件提供了全面的线性代数学习资源,涵盖了行列式、矩阵、线性方程组以及相似...

    高等数学(数值计算方法)

    【高等数学(数值计算方法)】是一门深入探讨如何运用计算机解决实际计算问题的学科,属于应用数学的分支。这门学科关注的重点是如何通过近似方法处理那些无法精确求解或者解析解过于复杂的数学问题。在现代科技领域...

    高等数学工程数学线性代数

    【线性代数】是数学中的一个重要分支,主要研究向量、矩阵、线性变换以及它们之间的关系。在工程数学中,线性代数的概念和方法广泛应用于电路分析、信号处理、控制系统、图像处理等领域。以下将详细阐述线性代数的...

    线性代数同济版

    《线性代数同济版》是高等教育出版社出版的线性代数教材,该教材由同济大学数学系编写。在中国,这本书被广泛用作理工科大学生的教科书,并且经常是相关专业入学考试的必备参考书目。教材深入浅出,注重理论联系实际...

    华中科技线性代数2016期末真题

    线性代数是数学的一个重要分支,它在现代科学和技术中有着广泛的应用,尤其是在计算机科学、物理学、工程学以及数据分析等领域。华中科技大学作为国内知名的高等学府,其线性代数课程的教学质量和深度自然备受关注。...

    高数线性代数考研试题分析ch6线性空间

    第六章线性空间是线性代数中的核心概念,它在高等数学的考研试题中占有重要地位。线性空间,也称为向量空间,是一组元素(通常称为向量)和两种运算(加法和标量乘法)的集合,满足特定的代数规则。在这一章的学习中...

    线性代数答案 同济大学第四版

    线性代数是数学的一个重要分支,主要研究向量、矩阵、线性变换以及它们在几何、物理、工程等领域的...通过深入学习和练习,学生可以掌握线性代数的精髓,为后续的高等数学学习以及工程、科学领域的实践打下坚实基础。

    线性代数历年试题及答案

    北京理工大学作为中国知名的高等学府,其线性代数课程的教学质量和试题难度均具有较高的代表性。这份"线性代数历年试题及答案"的压缩包文件,无疑是学生们备考的重要资源。 试题部分可能涵盖了线性代数的基本概念、...

    兰州理工大学线性代数

    线性代数是讨论代数学中线性关系经典理论的课程,它具较强的抽象性与逻辑性,是高等学校工科本科各专业的一门重要的基础理论课,也是硕士研究生入学全国统一考试中必考的数学课程之一。由于线性问题广泛存在于科学...

    高等数学问题的MATLAB求解(线性代数篇)

    在MATLAB环境中,高等数学问题,尤其是线性代数部分,是经常被处理的主题。MATLAB,全称“矩阵实验室”,是一种强大的数值计算和符号计算软件,尤其适用于解决线性代数中的各种问题,如矩阵运算、解线性方程组、特征...

    高数线性代数考研试题分析ch3 向量组的线性相关性与线性方程组

    在高等数学和线性代数的学习中,向量组的线性相关性和线性方程组是核心概念,尤其在考研复习中占有重要地位。线性相关性涉及到向量组能否通过线性组合表示彼此,而线性方程组则是这些相关性的实际应用。 向量组线性...

    线性代数知识点归纳.rar

    这些是线性代数的基本概念,深入理解并能熟练应用这些知识点,对于学习后续的高等数学、计算机图形学、机器学习等课程至关重要。通过“线性代数知识点归纳.doc”文档,相信你可以得到更详细、更具体的解释和例题,有...

Global site tag (gtag.js) - Google Analytics