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

搜索资源列表

  1. 3

    0下载:
  2. 下三角复矩阵求逆的ASIC设计及实现 论文 pdf-Lower triangular complex matrix inverse of the ASIC Design and Implementation of
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:593592
    • 提供者:lee
  1. Gauss-Jordan

    0下载:
  2. Gauss-Jordan消去法 实现矩阵求逆 有详细算法解释-Gauss-Jordan elimination method to achieve matrix inverse Algorithm is explained in detail
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:6141
    • 提供者:xiang
  1. matrix

    0下载:
  2. 一种很好用的求逆矩阵方法,检查过了,没有错误哦-A good use of the inverse matrix method, checked, and no error oh
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:199697
    • 提供者:chenjing
  1. parallel-invert

    0下载:
  2. 矩阵求逆的并行计算实现,带数据 mpi+vc6.0-parallel compute of matrix inverse
  3. 所属分类:MPI

    • 发布日期:2017-03-24
    • 文件大小:2776
    • 提供者:程宾
  1. inverse

    0下载:
  2. 主要内容:在visual studio上实现矩阵求逆的过程 矩阵求逆:用全选主元高斯约当消去法求n阶是矩阵A的逆矩阵A-1。其中包括矩阵求逆算法描述 -Main elements: the visual studio to achieve the process of matrix inversion matrix inversion: The Select pivot Gauss Jordan elimination order to n-order matrix A is the i
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:6519
    • 提供者:刘丽
  1. 1

    0下载:
  2. 将一幅256*256的图像分成8*8的小块,对其进行DFT变换。分别比较在空间域和频域内对源图像进行二次抽样和差值最后比较不同-1. Get a grey level image which size is N*N. (For example, 256*256, however, N = ), and partition to 8*8 sub images. 2. Apply DFT to these sub images, and get the fourier transfor
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2393
    • 提供者:zhengyan
  1. jj

    0下载:
  2. 使用VisualC++实现的伪逆矩阵的计算方法,Dlg编程。-Using VisualC++ implementation of the pseudo-inverse matrix method of calculation, Dlg programming.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-09
    • 文件大小:2122833
    • 提供者:贾易
  1. wrec

    0下载:
  2. We consider a complex-valued wavefield reconstruction in an object plane from data in a sensor plane. A digital modeling for the forward propagation is presented in the algebraic matrix form M-DDT. The inverse propagation is formalized as an inverse
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:398536
    • 提供者:mythu
  1. Inverse

    0下载:
  2. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:819197
    • 提供者:alireza
  1. inverse_matrix_gauss

    0下载:
  2. os : window vista 32bit compiller : visual c++ 6.0 n*n inverse matrix program use Gauss elimination
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:250373
    • 提供者:Eunsoo Na
  1. inv.csharp

    0下载:
  2. to find the inverse of a matrix using csharp
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:26275
    • 提供者:mallu
  1. MatrixInverse

    1下载:
  2. 用C语言来实现工程上常见的复数矩阵的逆问题。-Use the C language to implement common complex matrix inverse problem in the projects.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:9439
    • 提供者:王雪
  1. qq

    0下载:
  2. 跡數(trace),也就是對角線數據的總和,轉置矩陣(Transpose Matrix),則是將矩陣數據列跟欄對調將橫的數據變成直的,反矩陣(Inverse Matrix)它的定義為與目標矩陣相乘可以得到單位矩陣,為一個可逆矩陣. 跡數,轉置,反矩陣實作-Trace number (trace), which is the sum of diagonal data, Transpose (Transpose Matrix), malpractices matrix data will
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:1975
    • 提供者:nip
  1. MatrixInverse

    0下载:
  2. 矩阵求逆 :一个简单的小例子常用于普通计算。-matrix inverse :a simple instance for common compute
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1138
    • 提供者:Rogerchen
  1. inverse

    0下载:
  2. 矩阵求逆,这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法-inverse of matrix
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1488
    • 提供者:luzhen
  1. doolittle

    0下载:
  2. LU分解在本质上是高斯消元法的一种表达形式。实质上是将A通过初等行变换变成一个上三角矩阵,其变换矩阵就是一个单位下三角矩阵。这正是所谓的杜尔里特算法(Doolittle algorithm):从下至上地对矩阵A做初等行变换,将对角线左下方的元素变成零,然后再证明这些行变换的效果等同于左乘一系列单位下三角矩阵,这一系列单位下三角矩阵的乘积的逆就是L矩阵,它也是一个单位下三角矩阵。 这类算法的复杂度一般在左右,对充分消元的分解则不然。 -LU decomposition is esse
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:764
    • 提供者:王伟
  1. matrix

    0下载:
  2. 一个很简单的矩阵类,有四则运算、转置、求逆的功能-A very simple matrix class, there are four operations, transpose, inverse function
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1765
    • 提供者:chmt
  1. Matrix_math

    0下载:
  2. 矩阵类,实现矩阵的求逆,广义逆,特征向量等-Matrices to achieve the inverse matrix, inverse, eigenvectors, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:14989
    • 提供者:yuema
  1. Matrix

    0下载:
  2. 能计算行列式,逆矩阵,矩阵加减乘法,界面一般-Determinant of the inverse matrix calculation of addition and subtraction multiplication
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:53089
    • 提供者:撒大家
  1. TDtest

    0下载:
  2. 针对于对一般矩阵的求逆,或对复杂系统的求逆-Aimed at the general matrix inverse or inverse complex systems
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:571
    • 提供者:欧阳超
« 1 2 3 4 5 67 8 9 10 11 ... 35 »
搜珍网 www.dssz.com