CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - Matrix Computations

搜索资源列表

  1. SPARSKIT2.tar.gz

    2下载:
  2. 这是Yousef Saad编写的矩阵运算的Fortran软件包(A basic tool-kit for sparse matrix computations (Version 2),包含常见的排序,预处理(ILU分解等),Krylov子空间迭代法,以及有限差分等方法得到的算例等。有不少很实用的子程序(比如稀疏矩阵相加、相乘等等,可以学习专家的设计哟!)。极力向学习大型线性方程组数值解的人推荐(不足之处就是Fortran实现,本人觉得还是C语言好)。,Yousef Saad This is pr
  3. 所属分类:Algorithm

    • 发布日期:2015-08-09
    • 文件大小:1.1mb
    • 提供者:张德柱
  1. Mapack_for_NET

    0下载:
  2. Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:37.68kb
    • 提供者:Erison
  1. Meschach

    0下载:
  2. Meschach 可以解稠密或稀疏线性方程组、计算特征值和特征向量和解最小平方问题,另外还有其它功能。它为双精度数和复数提供了近 400 个函数。它提供的教程以说明性的小案例研究的形式介绍了这些函数。-Meschach is a C-language library of routines for performing matrix computations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:210.37kb
    • 提供者:刘伟
  1. CLAPACK3-Windows

    1下载:
  2. LAPACK是用Fortran90和规定套路解决系统同步线性方程组,最小二乘解线性方程组,特征值问题,以及奇异值问题。相关的矩阵分解(陆,乔莱斯基,快速反应,分解,舒尔,广义Schur )也提供了,因为有关的计算,如重新安排的舒尔分解和估计条件号码。致密带状矩阵的处理,而不是一般稀疏矩阵。在所有领域,类似的功能是提供真正的和复杂的矩阵,在单,双精度-LAPACK is written in Fortran90 and provides routines for solving systems o
  3. 所属分类:Algorithm

    • 发布日期:2017-06-20
    • 文件大小:32.58mb
    • 提供者:Rocky
  1. alglib-2.5.0.cpp

    0下载:
  2. alglib,跨平台的数学分析和数据处理库,主要用于矩阵运算(SVD等)-ALGLIB is a cross-platform numerical analysis and data processing library. It supports several programming languages (C++, C#, Pascal, VBA) and several operating systems (Windows, Linux, Solaris). ALGLIB features
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1020.79kb
    • 提供者:Cheng
  1. CMatrix

    0下载:
  2. 对称矩阵相关元算,主成分分析(PCA), fisher discriminant analysis(FDA).,-Introduction ============ This is a class for symmetric matrix related computations. It can be used for symmetric matrix diagonalization and inversion. If given the covariance matrix,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:62.24kb
    • 提供者:
  1. TSP_TS

    0下载:
  2. Solution for Travelling Salesman Problem by using Tabu Search heuristics. Archive contains sources and some data to test the appllication. As an input, we take the coordinates of cities (x,y) and then transform them into distances matrix. All co
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:84.64kb
    • 提供者:Fenomen
  1. TSP_SA

    0下载:
  2. Solution for Travelling Salesman Problem using the simulated annealing heuristic. As an input, we take coordinates of cities (x,y) and then transform them into distances matrix (we assume, the distance between x and y is the same as between y and
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:108.91kb
    • 提供者:Fenomen
  1. Matrix-Computations

    0下载:
  2. 一本介绍矩阵的外文书籍,对矩阵介绍比较详细-Foreign language books, one introduces the matrix, the matrix introduced in more detail
  3. 所属分类:Algorithm

    • 发布日期:2017-05-21
    • 文件大小:6.11mb
    • 提供者:张武平
  1. Matrix

    0下载:
  2. 一个矩阵类,里面实现了矩阵的一些常用运算,并重载了运算符-a matrix class, which realizes some common computations in matrix and reloads some opperations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.6kb
    • 提供者:舒展
  1. 74867b8c8fa5.rar

    0下载:
  2. 是可用于跨计算平台的有效的稀疏矩阵计算的C++类库,软件包包括处理不同稀疏存储格式的矩阵类,Can be used for effective sparse matrix computations across computing platform C++ class library, the package includes the processing the different sparse storage format of the matrix class
  3. 所属分类:Algorithm

    • 发布日期:2017-11-18
    • 文件大小:245.73kb
    • 提供者:
  1. sparsematrix

    0下载:
  2. 求解大型对称或非对称方程组,采用稀疏矩阵存储及求解算法,在电力系统仿真分析软件中得到应用-Sparse1.3 is a flexible package of subroutines written in C used to quickly and accurately solve large sparse systems of linear equations. The package is able to handle arbitrary real and complex
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:313.04kb
    • 提供者:魏文辉
  1. lapackpp-2.5.2

    0下载:
  2. LAPACK++ 是一种代数数据库,在很多c与matlab的转换中都需要应用此数据库,应用比较广泛.-LAPACK++ is a library for high performance linear algebra computations. This version includes support for solving linear systems using LU, Cholesky, QR matrix factorizations, and symmetric eigenvalue
  3. 所属分类:Algorithm

    • 发布日期:2017-05-02
    • 文件大小:606.65kb
    • 提供者:李祥宝
  1. CG

    0下载:
  2. MATLAB版本的CG(共轭梯度算法),用于求解大规模矩阵计算(方程组求解等问题)的基础算法-MATLAB version of the CG (conjugate gradient algorithm) for solving large-scale matrix computations (solving equations and problems) based algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:724byte
    • 提供者:tiankai
  1. Fundamentals of matrix computations

    0下载:
  2. Fundamentals of matrix computations 矩阵运算的基础(Fundamentals of matrix computations)
  3. 所属分类:数学计算

    • 发布日期:2017-12-29
    • 文件大小:4.04mb
    • 提供者:han_shuang
  1. lapack-3.8.0

    1下载:
  2. 进行数值计算的著名软件,LAPACK包含了求解科学与工程计算中最常见的数值线性代数问题,如求解线性方程组、线性最小二乘问题、特征值问题和奇异值问题等。(LAPACK is written in Fortran 90 and provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue
  3. 所属分类:数学计算

    • 发布日期:2018-04-22
    • 文件大小:30.17mb
    • 提供者:老博
搜珍网 www.dssz.com