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

搜索资源列表

  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
    • 文件大小:1157376
    • 提供者:张德柱
  1. ICCG

    0下载:
  2. 稀疏非对称矩阵的ICCG法FORTRAN源程序-Sparse non-symmetric matrix of the ICCG method FORTRAN source code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:22154
    • 提供者:
  1. matrix

    0下载:
  2. 用C语言写的在三元组表上实现两个稀疏矩阵求和运算-Written in C language used in the three groups, to achieve the sum of two sparse matrix computation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:718
    • 提供者:王鼎
  1. LMaFit-b2

    1下载:
  2. 递秩矩阵拟合,Matrix Completion ,Sparse Matrix Separation ,Matrix Compressive Sensing -Low-rank Matrix Fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:19068
    • 提供者:袁鑫
  1. matrix

    0下载:
  2. 稀疏矩阵运算器,实现矩阵的加法,减法,乘法,里面有详细的代码-Sparse matrix arithmetic unit to achieve the matrix addition, subtraction, multiplication, which detailed the code
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:6559
    • 提供者:陈跃飞
  1. SPARSKIT2

    0下载:
  2. 耶鲁大学开发的大型稀疏方程组计算程序 -A solver of large sparse matrix developed by yela
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1126782
    • 提供者:赵志斌
  1. matrix

    0下载:
  2. 稀疏矩阵运算器,可以实现自动根据矩阵的各种判定条件来判断该矩阵是否有解的问题,并且求解出来。-Sparse matrix calculator, you can automatically determine the conditions under various matrix to determine whether a solution to the problem of the matrix, and solving them.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:11796
    • 提供者:李晓东
  1. Matrix

    0下载:
  2. 用类定义的矩阵,有对于矩阵的必要运算,有稀疏矩阵,下三角矩阵,普通二维矩阵的各项运算方法-Matrix with a class definition, there is the need for matrix operations, a sparse matrix, lower triangular matrix, the computation of ordinary two-dimensional matrix method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2601
    • 提供者:徐鹏超
  1. Sparse_matrix_algorithm_and_program_implementation

    1下载:
  2. 稀疏矩阵算法及其程序实现(杨绍祺)。本书较全面的介绍了在求解非线性代数方程组,非线性微分方程组和非线性优化等问题时所产生的稀疏线性化代数方程组的稀疏矩阵算法。-Sparse matrix algorithm and program implementation (Yang Shaoqi). More comprehensive introduction to the book in solving nonlinear algebraic equations, nonlinear differen
  3. 所属分类:Algorithm

    • 发布日期:2017-05-17
    • 文件大小:5013056
    • 提供者:wangzijian
  1. Sparse-matrix-transpose

    0下载:
  2. 绍了对稀疏矩阵进行压缩存储的几种存储方式,重点分析了稀疏矩阵的三元组压缩存储的不同存储结构,提出利 用数组首下标元素存储稀疏矩阵总行数、总列数和非零元素总个数三个信息的改进的三元组顺序表存储定义方式。同时给出 了用c语言编写的基于该定义上设计矩阵转置的几种算法。通过对各算法进行时间复杂度分析,总结出了几种算法的优 缺点。-Introduce a compressed sparse matrix storage of several storage
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:271926
    • 提供者:陈晓娟
  1. Martix

    0下载:
  2. 稀疏矩阵的三元组表示与转置,实现转置前后矩阵的三元组表示方法-Sparse matrix representation and triple transpose, transposed before and after implementation of the triple matrix representation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1146
    • 提供者:陈阳
  1. matrix-

    0下载:
  2. C++与Cuda结合,用并行来做加速,将普通的稀疏矩阵加减乘用并行来完成。-C++ and Cuda combined with a parallel acceleration to do, the ordinary addition and subtraction by using sparse matrix parallel to complete.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:121152
    • 提供者:孤雁
  1. Sparse-Matrix

    0下载:
  2. Understand Sparse matrix and Dense matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:126556
    • 提供者:tooha
  1. Matrix-arithmetic-algorithm

    0下载:
  2. 这里有加减乘和转置 感兴趣的朋友看看 用C语言编的 注意输入 算法用于稀疏矩阵-Here and take home to interested friends have a look with C language addendum to the attention of the input for sparse matrix algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2087
    • 提供者:张干
  1. Create-a-logical-sparse-matrix

    0下载:
  2. Fortran版本的MX创建稀疏最大和引擎的应用程序的逻辑矩阵功能-The Fortran version of the mx Create Sparse Logical Matrix function for max and engine apps.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:4700
    • 提供者:leron
  1. sparse-matrix

    0下载:
  2. 此源码实现了节省模式存储下稀疏矩阵的加减乘等有关运算。-This source saving mode is stored sparse matrix addition and subtraction, multiplication, etc. related to computing.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:1333541
    • 提供者:高艳芝
  1. Sparse-Matrix-Multiplication

    0下载:
  2. 介绍了稀疏矩阵的原理和算法,对理解稀疏矩阵的运算具有很重要的意义-Sparse Matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:112533
    • 提供者:chenn
  1. Matrix

    0下载:
  2. 稀疏矩阵的行数、列数和非零元素的个数 将稀疏矩阵 a转置,结果在稀疏矩阵 b中-The number of rows of sparse matrix, the number of columns and the number of nonzero elements of sparse matrix a transposition, results in the sparse matrix b
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1247
    • 提供者:党心蕊
  1. sparse-matrix-operations-in-CPP

    0下载:
  2. 用C++实现的稀疏矩阵运算,里面包含了代码的实现和说明文档-It s a realization of sparse matrix operations in C++, it contains the implementation code and documentation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:231774
    • 提供者:Jason
  1. sparse.c

    0下载:
  2. Sparse matrix storage and computing
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1805
    • 提供者:ajodfaj
« 12 3 4 5 6 »
搜珍网 www.dssz.com