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

搜索资源列表

  1. luinverse.rar

    0下载:
  2. 矩阵求逆的算法 用的是LU分解法 是比较简单的矩阵求逆算法,Matrix inversion algorithm is used in LU decomposition method is relatively simple matrix inversion algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1.38kb
    • 提供者:ruru
  1. nijuzheng 求矩阵的逆矩阵

    1下载:
  2. 求矩阵的逆矩阵,不用递归,就可输出任何输入矩阵的逆矩阵。用C++写的。算法思路绝对清晰易懂。-Find inverse of a matrix, without recursion, can you export any of the input matrix matrix. Written in C++. Algorithm ideas absolutely lucid.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-27
    • 文件大小:2kb
    • 提供者:guiyongmao
  1. Matrix

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

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

    1下载:
  2. 对矩阵求逆,根据提示在visual c++运行环境中输入矩阵及相关参数即可求出逆矩阵-Of matrix inversion, according to prompts in visual c++ runtime environment, type the matrix and related parameters can be obtained inverse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:902byte
    • 提供者:谢杰
  1. Matrix

    3下载:
  2. 一些矩阵运算的函数,包括两个矩阵相加,两个矩阵相减,两个矩阵相乘,矩阵复制,矩阵求逆的全选主员高斯-约当法,矩阵的三角分解(LU分解),求Hessenberg矩阵全部特征根的QR法,约化一般实矩阵为Hessenberg矩阵的初等相似变换-A function of a number of matrix operations, including the sum of two matrices, subtract two matrices, the two matrices, matrix dup
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:3.91kb
    • 提供者:chen changqing
  1. PluralandMatrix

    0下载:
  2. C源码之复数运算和矩阵运算:内含复数的表示,复数的所有运算(包括求共轭,解析函数等)。矩阵的创建,加减运算,矩阵和向量乘法,矩阵和矩阵乘法,矩阵求逆,求矩阵特征值和特征向量; 现在大量科学计算要求在C编程中使用复数或者矩阵,希望能给你带来帮助~ -C-source computing, and the complex matrix calculation: that includes plural, the plural of all operations (including seek
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:22.08kb
    • 提供者:shiping
  1. divh

    2下载:
  2. 简单的矩阵求逆的c语言算法,对初学者适用,包含头文件可以直接镶嵌到其他程序中-Simple matrix inversion algorithm in c language for beginners to apply, including the header files can be directly embedded into other programs
  3. 所属分类:Algorithm

    • 发布日期:2014-12-31
    • 文件大小:1021byte
    • 提供者:张淼
  1. matrixinverse

    0下载:
  2. 通过CSharp写的关于矩阵求逆的程序,希望对大家有用哈-this is a code about Matrix inverse, I refer to Qinghua C language programe book and use CSharp finish it.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:3.96kb
    • 提供者:梁明
  1. include

    0下载:
  2. C语言里边可以直接调试通的矩阵求逆代码。 请在TC2.0中运行和调试, C语言里边可以直接调试通的矩阵求逆代码。 请在TC2.0中运行和调试-this is a C language code aboue Matrix Invert and Transport, this is classic code about Matrix Invert
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3.63kb
    • 提供者:梁明
  1. GSRD

    0下载:
  2. 高斯诺当法求矩阵的逆,c++源代码,网上下载,测试有效-When the high-Snow inverse matrix, c++ source code, Internet download, test effective
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:377.94kb
    • 提供者:文磊
  1. InverseofSquareMatrix

    2下载:
  2. 求逆矩阵完美版 c++编译通过 含源程序-Inverse of a Square Matrix
  3. 所属分类:Algorithm

    • 发布日期:2015-01-14
    • 文件大小:47.67kb
    • 提供者:cc
  1. Matrix_Inverse

    1下载:
  2. 矩阵求逆,适用于求解N*N矩阵的逆矩阵。-Matrix inversion for solving the inverse matrix N* N matrix.
  3. 所属分类:Algorithm

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

    0下载:
  2. 该程序是主要描述的是矩阵运算,包括矩阵的基本运算,矩阵的求逆,矩阵的奇异值分解,以及特征值以及特征向量的求解等等。-The program is the main descr iption of the matrix operations, including the basic matrix operations, matrix inverse, matrix singular value decomposition, and the characteristic value and char
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:60.86kb
    • 提供者:wangli
  1. matrix_inverse.c

    1下载:
  2. 自己写的,已经测试过了,准确的矩阵求逆c语言代码,调用时直接matrix_inverse(n). n是矩阵维数-Wrote it myself, has been tested, the accuracy of the matrix inversion c language code, when called to direct matrix_inverse (n) where n is the matrix dimension
  3. 所属分类:Algorithm

    • 发布日期:2014-12-31
    • 文件大小:2kb
    • 提供者:李三
  1. 矩阵求逆

    0下载:
  2. 用于计算矩阵的加减法、乘法以及求解逆矩阵,C语言编写
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-01-20
    • 文件大小:363.71kb
    • 提供者:hdbhyj
  1. 摄影测量数据处理

    0下载:
  2. 前方交会数据处理程序,含有自己编写的间接平差函数和矩阵求逆等函数(Intersection of data processing procedures, including their own preparation of the indirect adjustment function and matrix inversion function)
  3. 所属分类:数学计算

    • 发布日期:2017-12-19
    • 文件大小:8.35mb
    • 提供者:ddkido
  1. lppinv

    0下载:
  2. 文件中包含了一个visualC++工程,里面写好了一个矩阵广义求逆的C函数,只需给函数传递矩阵指针,矩阵的介数就能求出该矩阵的广义逆矩阵(The document contains a visualC++ project, which has written a matrix generalized inverse C function, just transfer the function of the matrix pointer, matrix betweenness, you can f
  3. 所属分类:数学计算

  1. matrix_relatedAlgorithm

    0下载:
  2. 矩阵先关运算,比如特征值分解,矩阵求逆。(Matrix related computation code, such as eigen value compuation, matrix inversion, etc.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-23
    • 文件大小:49kb
    • 提供者:plasoldier
  1. juzhen

    0下载:
  2. 内容为C语言实现的矩阵求逆子函数,矩阵乘法子函数,加法,减法子函数,矩阵转置子函数(Including a.C file content for the C language matrix for inverse function)
  3. 所属分类:数学计算

    • 发布日期:2018-01-09
    • 文件大小:1kb
    • 提供者:hnuduanyang
  1. 矩阵求逆LU分解法

    1下载:
  2. C++编写LU分解法求逆矩阵,亲测可用。(LU decomposition is used for matrix inverse by C++,I test with good results.)
  3. 所属分类:数学计算

    • 发布日期:2021-02-19
    • 文件大小:1kb
    • 提供者:gother
« 12 3 4 »
搜珍网 www.dssz.com