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

搜索资源列表

  1. lsq

    0下载:
  2. The module LSQ is for unconstrained linear least-squares fitting. It is based upon Applied Statistics algorithm AS 274 (see comments at the start of the module). A planar-rotation algorithm is used to update the QR- factorization. This makes it
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:57867
    • 提供者:AiQing
  1. power2

    0下载:
  2. 2. Using QR factorization to find all of the eigenvalues and eigenvectors for the following matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:84531
    • 提供者:吕鹏
  1. NumericalLinearAlgebra

    2下载:
  2. 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:6530
    • 提供者:YUXIANGCHENG
  1. matrixqqq

    0下载:
  2. Common Martix Operation ,include transpose, qr-factorization, trangular martix
  3. 所属分类:Oracle数据库

    • 发布日期:2008-10-13
    • 文件大小:2063
    • 提供者:金弟
  1. SPQR-1.1.2.tar

    2下载:
  2. 基于C++编程的多线程的多波前稀疏矩阵的QR分解,Timothy A. Davis编写-SuiteSparseQR is an implementation of the multifrontal sparse QR factorization method. Parallelism is exploited both in the BLAS and across different frontal matrices using Intel s Threading Building Blocks
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1162490
    • 提供者:mengdieaaq
  1. work

    0下载:
  2. QR factorization of an m × n matrix A with m ≥ n is a pair of matrices A = QR
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1468
    • 提供者:anaid
  1. Modi_Gram_S

    0下载:
  2. modified Gram-Schmidt (reduced QR factorization). A is a m-by-n matrix(m>=n)
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:647
    • 提供者:Ji Hye Park
  1. Gram_S

    0下载:
  2. classical Gram-Schmidt(unstable) (reduced QR factorization).A:m-by-n matrix. (m>=n)Q:m-by-n unitary matrix.R:n-by-n upper triangular.-classical Gram-Schmidt(unstable) (reduced QR factorization).A:m-by-n matrix. (m>=n)Q:m-by-n unitary matrix.R:
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:623
    • 提供者:Ji Hye Park
  1. Comparison_of_QR_Factorization_Algorithms

    0下载:
  2. Comparison of QR Factorization Algorithms (Matlab scr ipt)
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1976
    • 提供者:Oliver,cheng
  1. qr

    0下载:
  2. OpenMP 实现QR 分解 环境 曙光 4000A集群-OpenMP to achieve QR decomposition Dawning 4000A cluster environment
  3. 所属分类:MPI

    • 发布日期:2017-04-13
    • 文件大小:2115
    • 提供者:liuqiang
  1. QR

    0下载:
  2. 对一般矩阵的矩阵QR分解,其中R是对角线元素全为非负实数的上三角矩阵,Q为正交矩阵-QR factorization
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:281594
    • 提供者:lang
  1. QR_factorization

    0下载:
  2. These are the QR/RQ factorization techniques required for the Zero forcing detection technique for MIMO.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1430
    • 提供者:Karim Hamdy
  1. QR_and_Least_Square_problems

    0下载:
  2. 如何对随机生成的矩阵进行QR分解和并利用QR分解解决最小二乘问题.-Use Householder reflector to compute the QR factorization of a randomly generated matrix and then solve the Least-Square problems.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:1540
    • 提供者:独孤星
  1. QR

    0下载:
  2. 矩阵的QR分解,编译执行,按提示操作输入矩阵的元素即可输出结果.- The QR factorization algorithm of matrix,compile and run,input the element according the suggestion,then you can have the desire result!
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:262552
    • 提供者:良仔
  1. QR

    0下载:
  2. a QR decomposition (also called a QR factorization) of a matrix is a decomposition of the matrix into an orthogonal and an upper triangular matrix. QR decomposition is often used to solve the linear least squares problem, and is the basis for a parti
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:2102
    • 提供者:James
  1. matrix

    3下载:
  2. 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、
  3. 所属分类:Algorithm

    • 发布日期:2014-12-20
    • 文件大小:1077248
    • 提供者:wuzw
  1. QR_MATLAB

    1下载:
  2. QR 分解 (包括Householer, Givens, 经典Gram Schmidt, 修正的GS methods)-QR factorization including Householer, Givens, CGS, MGS
  3. 所属分类:Algorithm

    • 发布日期:2015-12-02
    • 文件大小:1024
    • 提供者:lulu
  1. CORDIC_Algorithms_and_architectures

    0下载:
  2. Digital signal processing (DSP) algorithms exhibit an increasing need for the e#cient implementation of complex arithmetic operations. The computation of trigonometric functions, coordinate transformations or rotations of complex valued phasors
  3. 所属分类:Development Research

    • 发布日期:2017-04-01
    • 文件大小:259727
    • 提供者:ionutmirel
  1. qr_fact

    0下载:
  2. qr factorization using hh algorithm colum pivioting
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:3129
    • 提供者:sujan
  1. qrfact

    0下载:
  2. householder qr factorization
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:kiang
« 12 »
搜珍网 www.dssz.com