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

搜索资源列表

  1. TherealizationofParallelLUfactorizationbasedonFPGA

    0下载:
  2. 本文首先介绍了稀疏矩阵的特点和研究稀疏矩阵分解的意义,接着讨论了稀疏矩阵各种快速算法并给出了本文所采用的方法。在此基础上详细说明了稀疏矩阵模拟排序算法,直接LU分解算法,符号LU分解算法,数值LU分解算法及这些算法在FPGA上的实现过程。最后为充分发挥FPGA作为一种可编程逻辑器件的优势,将单核数值LU分解扩展为多核并行LU分解结构,并使用BDB矩阵对该结构进行了验证,给出并分析了实验结果。-Firstly,the characteristies and research value of sp
  3. 所属分类:Project Design

    • 发布日期:2017-05-16
    • 文件大小:4277194
    • 提供者:mabeibei
  1. flexica

    0下载:
  2. 方便矩阵分解运用,可以去掉矩阵相关性,方便gps模糊度快速解算-Facilitate the use of matrix decomposition, correlation matrix can be removed to facilitate rapid ambiguity gps calculation
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:181712
    • 提供者:Jun Wang
  1. 4MAQR

    0下载:
  2. 用豪斯荷尔德矩阵变换对一般m*n阶矩阵进行QR分解-Hao Siheerde matrix transformation with the general order m* n matrix QR decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:605
    • 提供者:段蒙
  1. nmf_test

    0下载:
  2. 关于非负矩阵分解的算法c++实现,面向对象实现-Non—negative matrix factorization algriothm with c++ and oop
  3. 所属分类:Algorithm

    • 发布日期:2017-05-28
    • 文件大小:10548675
    • 提供者:cjl
  1. cholesky

    0下载:
  2. 楚列斯基分解希尔伯特矩阵,并求出残差和误差,以及条件数-cholesky
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:835
    • 提供者:
  1. juzhengsuoyouyunxuan

    0下载:
  2. 文件列表
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:85828
    • 提供者:ljl
  1. smartinv

    0下载:
  2. 通过求解LU分解解线性方程组 大型稀疏矩阵LU分解有用的是容易计算的。不是最快的方式来计算逆矩阵,但要避免消耗储存的问题-computing selected entries of the inverse, by solving a sequence of linear equations after doing an LU factorization. Useful for large sparse matrix which LU decomposition is easy to c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:5205
    • 提供者:
  1. teacher_fortran

    0下载:
  2. LU分解法 修正的LU分解法 高斯全选主元法 雅克比矩阵等算法-LU decomposition LU decomposition method modified Gaussian Select PCA Fnac other than the matrix algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:3305
    • 提供者:chen
  1. A_QR

    0下载:
  2. void qr(double *a, double *d, int n) 矩阵的QR分解 假设数组an*n在内存中按行优先次序存放,此函数使用HouseHolder变换将其就地进行QR分解。 d为输出参数,d[0,n)存放QR分解的上三角矩阵对角线元素。 bool householder(double const *qr, double const *d, double *b, int n) 求线性代数方程组的解。 假设矩阵qrn*n为某个矩阵an*n的QR分解,在内
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:1860
    • 提供者:moontea
  1. Dataregistrationin3-Dscanningsystems

    0下载:
  2. 通过引入特征点和改进最近点迭代法, 提出了一种 在三维扫描系统中对三维点云数据进行配准的方法。该方法 通过对特征点的提取, 首先得到一组匹配点对, 然后运用 SVD 矩阵分解算法求出转换参数R 和T, 进而以此作为最 近点迭代法的初始值, 并对最近点的求法和迭代截止条件作 了改进, 得到了很好的配准效果。该文论述了该方法的基本 原理, 并通过不同视觉下物体三维测量点云数据配准的应用 实例证明了该方法的有效性。-A 3-D meas uring dat a r egis
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:155927
    • 提供者:jack
  1. work

    0下载:
  2. 非负矩阵分解,代码,非负矩阵具体实现代码-image fusion algorithm based on liftingwavelet transform
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2532
    • 提供者:李雪
  1. qr

    1下载:
  2. 数值计算里的矩阵分解问题,基于QR算法的矩阵分解。且矩阵元素是在复数域进行讨论的-In the numerical calculation of matrix decomposition algorithm based on the problem that QR decomposing matrix. And the matrix element is discussed in the complex field
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:846
    • 提供者:张平
  1. lu

    0下载:
  2. 基于数值计算的矩阵分解。LU算法,并对分解后的矩阵与原矩阵进行比较和验证。-Based on the numerical calculation of decomposing matrix. LU decomposition algorithm, and the comparison with the original matrix matrix and verified.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:1020
    • 提供者:张平
  1. lu_decompose

    0下载:
  2. 基于数值计算的矩阵分解。用MATLAB实现的LU分解算法-Based on the numerical calculation of decomposing matrix. MATLAB LU decomposition algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:689
    • 提供者:张平
  1. Matrixandlinearequations

    0下载:
  2. 矩阵与线性代数方程组中 线性方程的数值解 矩阵分解 矩阵求逆 -Matrices and linear algebraic equations in the numerical solution of linear equations matrix inverse matrix decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:109116
    • 提供者:Zhuo Zhao
  1. inv_matrix

    0下载:
  2. 矩阵分解求逆中的Cholkski分解算法的Matlab仿真。-Inverse matrix decomposition decomposition algorithm in the Matlab simulation Cholkski.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1121
    • 提供者:AC Milan
  1. MATLAB6.0

    0下载:
  2. 该电子书是用MATLAB语言对数值分析进行描述的。例如:矩阵运算,矩阵分解,微分方程求解,函数插值,函数拟合等数值问题。另外对MATLAB绘图进行了一定的介绍。-The book is a numerical analysis using MATLAB language to describe. For example: matrix operations, matrix decomposition, differential equation solving, function interpo
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1592567
    • 提供者:王杰
  1. cholesky

    2下载:
  2. 这个程序是对系数矩阵进行乔列斯基分解,并对线性方程组求解的通用程序-This program is the coefficient matrix Qiaoliesiji decomposition, solving linear equations and general program
  3. 所属分类:matlab

    • 发布日期:2016-06-02
    • 文件大小:2048
    • 提供者:张靖
  1. 111

    0下载:
  2. 非线性数值分析 牛顿迭代法、Gauss-Seideil迭代法以及SOR矩阵分解-Numerical analysis of nonlinear Newton iteration, Gauss-Seideil SOR iteration method and the matrix factorization
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:733861
    • 提供者:whr
  1. Singular-Value-Decomposition-(SVD)

    1下载:
  2. 奇异值分解,线性代数中一种重要的矩阵分解,是矩阵分析中正规矩阵酉对角化的推广。在信号处理、统计学等领域有重要应用。 -Singular Value Decomposition (SVD)
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:7819
    • 提供者:刘晓
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com