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

搜索资源列表

  1. myinv

    0下载:
  2. 在利用好LU分解法可以求出矩阵行列式的基础上,给出矩阵的逆矩阵。-Make good use of LU decomposition can be determined on the basis of matrix determinant, inverse matrix given matrix.
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:279460
    • 提供者:xu
  1. SRC

    0下载:
  2. 文件读取,主要针对数据导入;矩阵计算,包含矩阵的加、减、乘及转置,求逆;-Read the file, mainly for data import matrix, including matrix addition, subtraction, multiplication and transpose, inverse
  3. 所属分类:File Operate

    • 发布日期:2017-04-14
    • 文件大小:2683
    • 提供者:andy li
  1. mat_inverse

    0下载:
  2. 本程序用于求一个矩阵的逆,矩阵大小可以设定,原矩阵可从文档中读入。-Inverse, matrix size of the procedure used to find a matrix can be set, the original matrix can be read the document.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:912
    • 提供者:李念
  1. WorldCamera

    0下载:
  2. 调用opencv的cvFindHomography函数求得H矩阵,再利用利用cvInvert求得H的逆矩阵,最后,选取图像上的像素点,利用cvMatMul(Ma, Mb, Mc)求出其结果矩阵。-The cvFindHomography call opencv function matrix H is obtained, and then use use cvInvert determined inverse matrix H, and finally, the pixels on the i
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:4081474
    • 提供者:卜帆
  1. cholesky

    0下载:
  2. 实现矩阵的基本计算,加减,相乘,求逆,同时实现了矩阵的乔列斯基分解-Basic computing to achieve matrix, plus or minus, multiplied by the inverse, while achieving the Matrix Cholesky decomposition
  3. 所属分类:CSharp

    • 发布日期:2017-05-05
    • 文件大小:43829
    • 提供者:张重远
  1. Inverse-master

    0下载:
  2. 矩阵求逆 Matrix inversion-Matrix inversion
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-04
    • 文件大小:16607
    • 提供者:顾激光
  1. inv

    0下载:
  2. 用C++解决任意矩阵求逆问题,用最基础的数学理论实现-With C++to solve the problem of arbitrary matrix inversion, with the most basic mathematical theory
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:15430
    • 提供者:Amy
  1. Matrix-inversion

    0下载:
  2. 实数矩阵求逆算法,完成了实数矩阵求逆,封装好了函数块,可以直接调用-Matrix inversion
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-20
    • 文件大小:5247132
    • 提供者:袁建新
  1. matlab

    0下载:
  2. MATLAB矩阵分析与处理 矩阵结构变换 矩阵求逆与线性方程组求解-MATLAB matrix analysis and processing Matrix structure transformation Matrix inversion and linear equations
  3. 所属分类:software engineering

    • 发布日期:2017-05-04
    • 文件大小:122917
    • 提供者:丁开强
  1. juzhenqiuni

    0下载:
  2. c语言实现矩阵求逆,多种求解方式,已通过调试-C language matrix inversion
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:40639
    • 提供者:江山
  1. reck_caculate

    0下载:
  2. 一个简单的矩阵运算器,加,减,乘,求逆 性能较好 十字链表存储 QR分解法 稀疏矩阵-A simple matrix calculator, addition, subtraction, multiplication, inverse orthogonal list storage better performance sparse matrix QR decomposition
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2966
    • 提供者:陈本港
  1. SMI_FULL

    0下载:
  2. 直接矩阵求逆算法。该算法建立了阵列信号模型,并给出直接矩阵求逆的自适应算法。-Direct matrix inversion algorithm. Array signal model is established, and the algorithm and adaptive algorithm of direct matrix inversion is given.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:938
    • 提供者:cb
  1. daima

    0下载:
  2. 使用c++语言编写矩阵的相关运算,包括求逆-Use c++ language matrix related operations, including inverse
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:9666
    • 提供者:刘宇
  1. Matrix-inversion

    0下载:
  2. 这个程序的功能是实现矩阵求逆,多少阶都可以求出来-Matrix inversion
  3. 所属分类:Other systems

    • 发布日期:2017-05-20
    • 文件大小:5129037
    • 提供者:周斯
  1. RLS_LMS

    0下载:
  2. 本压缩包介绍了两种算法,分别是最小均方算法和采样矩阵求逆算法-This paper introduces two algorithms, which are the least mean square algorithm and the sampling matrix inversion algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2400
    • 提供者:顺儿
  1. matrix

    0下载:
  2. 用C++编写的矩阵类,采用运算符重载,可实现矩阵加减乘,求逆,QR分解等大部分基础矩阵运算-matrix class
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:314323
    • 提供者:tony
  1. inverse

    1下载:
  2. 非奇异矩阵求逆,已经过验证无问题,可放心使用-matrix inverse
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:665
    • 提供者:err
  1. Delphi_Matrix_inv

    0下载:
  2. 矩阵求逆的delphi实现,值得参考 编程简单高效率-matrix inv delphi codes ok good performance
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:181827
    • 提供者:idlerrf
  1. Conjugate-Gradient-Method

    0下载:
  2. 共轭梯度法(Conjugate Gradient)是介于最速下降法与牛顿法之间的一个方法,它仅需利用一阶导数信息,但克服了最速下降法收敛慢的缺点,又避免了牛顿法需要存储和计算Hesse矩阵并求逆的缺点,共轭梯度法不仅是解决大型线性方程组最有用的方法之一,也是解大型非线性最优化最有效的算法之一。 在各种优化算法中,共轭梯度法是非常重要的一种。其优点是所需存储量小,具有步收敛性,稳定性高,而且不需要任何外来参数。-Conjugate gradient method (Conjugate Gradie
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:367526
    • 提供者:陈怀兵
  1. 15jie

    0下载:
  2. 基于systolic结构的矩阵求逆算法,这个算法是对15阶的矩阵-Based on the systolic structure of the matrix inversion algorithm, this algorithm is a matrix of 15
  3. 所属分类:Document

    • 发布日期:2017-05-05
    • 文件大小:50425
    • 提供者:沈华钧
« 1 2 ... 30 31 32 33 34 3536 37 38 39 40 »
搜珍网 www.dssz.com