CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 矩阵运算

搜索资源列表

  1. 矩阵类

    0下载:
  2. 将常用的矩阵操作封装起来,展示了c语言中的矩阵运算-matrix will be used to operate the package, display the c language matrix
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:66022
    • 提供者:snow
  1. 矩阵运算的程序

    0下载:
  2. 本程序能完成矩阵的输入,输出。方阵的乘法,方阵的求逆,矩阵的求专置等的运算。-this procedure can be completed matrix of input and output. The matrix multiplication, the matrix inversion and matrix specifically for the home, such as arithmetic.
  3. 所属分类:网格计算

    • 发布日期:2008-10-13
    • 文件大小:75229
    • 提供者:李飞
  1. 矩阵计算

    0下载:
  2. 矩阵运算的程序,很全,也可以自己在上面重新增加功能哦 -matrix calculation procedures, very full, or in the above functional re-oh
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:67709
    • 提供者:程立君
  1. 稀疏矩阵标准答案

    0下载:
  2. 经典矩阵运算问题求解-classic problem solving matrix operations
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2572
    • 提供者:李白
  1. 矩阵的运算

    0下载:
  2. 矩阵运算实矩阵相乘复矩阵相乘实矩阵求逆的全选主元高斯约当法-matrix calculation real matrix multiplication complex matrix multiplication matrix inversion is a wholly-elected PCA Gaussian about when France, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:16176
    • 提供者:樊继东
  1. 矩阵运算算法

    0下载:
  2. 用C++语言实现矩阵的常用运算,非常不错,具有参考价值。-C + + Language matrix used in computation, very good, with the reference value.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3730
    • 提供者:唐伟龙
  1. 矩阵求逆

    1下载:
  2. 用结构体实现矩阵的运算,如行列式,求逆等
  3. 所属分类:源码下载

  1. 稀疏矩阵乘法运算的十字链表实现

    0下载:
  2. 稀疏矩阵是指那些多数元素为零的矩阵。本文利用稀疏矩阵“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。通过采用标准C++语言设计实现了矩阵的乘法运算器。稀疏矩阵的乘法运算可用于解决许多实际的应用问题.提出一种新颖的稀疏矩阵相乘算法,算法实现中将计算单元由单个元素扩展至行向量,避免了矩阵的转置,减少了扫描次数。利用十字链表表示稀疏矩阵,再将建立好的两个相同行列数的稀疏矩阵进行相乘运算。
  3. 所属分类:编程文档

    • 发布日期:2012-06-03
    • 文件大小:196608
    • 提供者:yunjisuan
  1. 稀疏矩阵

    1下载:
  2. 稀疏矩阵是指那些多数元素为零的矩阵。本文利用稀疏矩阵“稀疏”特点进行存储和计算可以大大节省存储空间,提高计算效率。通过采用标准C++语言设计实现了矩阵的乘法运算器。稀疏矩阵的乘法运算可用于解决许多实际的应用问题.提出一种新颖的稀疏矩阵相乘算法,算法实现中将计算单元由单个元素扩展至行向量,避免了矩阵的转置,减少了扫描次数。利用十字链表表示稀疏矩阵,再将建立好的两个相同行列数的稀疏矩阵进行相乘运算。
  3. 所属分类:编程文档

    • 发布日期:2012-06-03
    • 文件大小:58368
    • 提供者:yunjisuan
  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. Matrix

    2下载:
  2. c语言实现矩阵运算。包括矩阵加减法,乘法,转置,求行列式,求逆矩阵等。-Matrix algorithm ,realized by c language.including matrix add,multiply,transpose,determinant,inverse.
  3. 所属分类:Algorithm

    • 发布日期:2015-02-26
    • 文件大小:180224
    • 提供者:maotianjiao
  1. Matrixcalculation

    0下载:
  2. 矩阵运算,包括矩阵的加减乘除,求逆矩阵,并可以判断矩阵是否可以相加或相乘-Matrix operations, including matrix addition and subtraction, multiplication and division, and inverse matrix and matrix can determine whether the sum or multiply
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1816
    • 提供者:王笑
  1. Matrix

    3下载:
  2. 这是一个自己编制的完整矩阵类,包括矩阵运算、分解、求逆、范数和特征值等,可以做为数值分析的基础类。-This is a complete matrix of their own class preparation, including matrix computation, decomposition, inverse, norm and eigenvalue, etc., can be used as the basis for numerical analysis class.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:18258
    • 提供者:zhangfanger
  1. C_sharp_Matrix_class

    0下载:
  2. 文件为C#矩阵运算类,包含了多种形式的矩阵定义,能够进行多种矩阵运算,如矩阵四则运算、求逆、转置等,十分方便用于实际开发。-File for the C# matrix operations class, contains the definition of various forms of matrix, to carry out a variety of matrix operations, such as matrix arithmetic, inversion, transpose, e
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:2698
    • 提供者:浩南
  1. Matrix

    1下载:
  2. 关于矩阵运算的各种数值算法,包括实(复)矩阵求逆,对称正定矩阵与托伯利兹矩阵的求逆,线性方程组的常用解法,矩阵的各种分解方法,特征向量与特征值的求解等等。-Matrix operations on a variety of numerical algorithms, including the real (complex) matrix inversion,托伯利兹symmetric positive definite matrix and matrix inversion, linear eq
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:14467
    • 提供者:JinYao
  1. CLapack_3_0

    1下载:
  2. 提供矩阵类的函数库,功能强大,包含有可解矩阵方程,基本矩阵运算等功能。-Provided matrix class library, powerful, contains a solvable matrix equation, the basic matrix operations and other functions.
  3. 所属分类:Other systems

    • 发布日期:2017-06-16
    • 文件大小:25376682
    • 提供者:张斌
  1. VBMatrixFn

    0下载:
  2. 用VB软件实现的一些常用的矩阵运算,相信有一定的作用。尽情想用吧-VB software with a number of common matrix calculation, I believe a certain extent. You want to use it
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:144529
    • 提供者:zhaobei
  1. commons-math-1.2

    0下载:
  2. 矩阵运算,java版本,可以修改,开源的-Matrix calculation, java version, can be amended, open source
  3. 所属分类:Algorithm

    • 发布日期:2017-05-22
    • 文件大小:6971039
    • 提供者:dengwanyu
  1. matrix

    0下载:
  2. 矩阵运算可以实现矩阵运算的常见功能,方程组求解等功能。-C# Matrix type, you can realize a common matrix calculation functions, equation solving functions.-C# Matrix type, you can realize a common matrix calculation functions, equation solving functions.
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:908
    • 提供者:kokoc
  1. Matrix

    0下载:
  2. VC矩阵类的编写,其中包括矩阵创建,矩阵运算-VC prepared matrices, including the creation of matrix, matrix operation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:733
    • 提供者:刘石
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com