搜索资源列表

  1. solveequation

    0下载:
  2. 由c语言编写的解非线性方程,线性方程组代码,包括LSQR,SIRT,SVD等算法源代码-By c language solution of nonlinear equations, linear equations code, including LSQR, SIRT, SVD algorithm source code, etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:9216
    • 提供者:胡治权
  1. LSQR-DC

    0下载:
  2. 又一种最小平方反褶积程序 使用了莱文森递推算法,可以单独调用。 解矩阵方程很有用。-And a least-squares deconvolution procedure using the Levinson recursive algorithm, can be called. Useful solution of the matrix equation.
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2024-05-09
    • 文件大小:211968
    • 提供者:但是借
  1. LSQR

    0下载:
  2. 采用CG法求解稀疏不对称的Ax=b-Implementation of a conjugate-gradient type method for solving sparse linear equations and sparse least-squares problems: Solve Ax = b or minimize || Ax- b ||2 or minimize || Ax- b ||2+ d2 ||x|
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:45056
    • 提供者:LSQR
  1. SVD_LSQR

    0下载:
  2. 用SVD ,LSQR进行矩阵求解或者进行线性方程组求解-Using SVD, LSQR for solving matrix or solving linear equations
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:3072
    • 提供者:liuxiaoming
  1. LSQR

    0下载:
  2. LSQR和SIRT和C语言程序,用于解方程组,迭代法。-the programe of LSQR and SIRT
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:雷英成
  1. lsqr

    1下载:
  2. lsqr.m 基于QR正交分解的最小二乘法-lsqr.m QRLS............................
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:4096
    • 提供者:feng
  1. bh_tomo

    0下载:
  2. 井间雷达层析速度反演开源软件包,算法快速稳定,最短路径正演+LSQR法反演。适合层析编程学习-Open source borehole georadar data processing and ray-based 2d tomography software from internet
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:1240064
    • 提供者:lhy
  1. LSQR

    0下载:
  2. LSQR反演是地球物理反演的基本类型之一,基于提供的一个小例子来进行反演计算。-LSQR inversion is one of the basic types of geophysical inversion, based on a small example to provide the inversion calculation.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:249856
    • 提供者:焚琴煮酒
  1. lsqr++

    0下载:
  2. Hight Performance Computing Demos
  3. 所属分类:并行运算

    • 发布日期:2024-05-09
    • 文件大小:26624
    • 提供者:aabbas77
  1. 5443d

    0下载:
  2. lsqr分解,方法简单,节省时间和内存,为反演算法提供了好的解方程-this programme used for LSQR
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:孟庆利
  1. LSQR

    0下载:
  2. 此程序为地震层析成像的LSQR算法,此算法用来解反问题。-This procedure for seismic tomography LSQR algorithm, the algorithm used to solve inverse problems.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:yehua
  1. numerical-methods

    0下载:
  2. 包括几种常用的数值计算方法,LSQR,ISRT-Include several commonly used numerical methods, LSQR, ISRT etc.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:7168
    • 提供者:hefei
  1. lsqr-fortran

    0下载:
  2. 是针对大规模的线性方程组,及最小二乘问题的迭代求解方法。改方法可减少内存占有量,再数学上与共轭梯度法等价。-A method of solving large sparse linear systems and linear least squares,which can save memory and equivant to the CG method in the view of pure mathematics.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:673792
    • 提供者:赵娜
  1. LSQR-INVERSE

    0下载:
  2. 在地震直射线CT成像中用到的lSQR算法反演算法及其应用。-Used in CT imaging of the seismic direct line lSQR algorithm inversion algorithm and its application.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:静远
  1. LSQR

    0下载:
  2. LSQR方法 求解大型稀疏矩阵的稳定可靠方法 A[M][N]·x[N]=b[M]-LSQR method for stable and reliable method for solving large sparse matrix A [M] [N] x [N] = b [M]
  3. 所属分类:能源行业(电力石油煤炭)

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:Caesar Y.
  1. lsqr-matlab

    0下载:
  2. matlab实现lsqr算法的源码,有强烈的参考价值,可用于地球物理反演。-matlab realize lsqr algorithm source code, there is a strong reference value, can be used for geophysical inversion.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:6144
    • 提供者:muyoubaiyu
  1. MPI-CUDA-LSQR

    0下载:
  2. An MPI-CUDA Implementation and Optimization for Parallel Sparse Equations and Least Squares (LSQR)
  3. 所属分类:软件工程

    • 发布日期:2024-05-09
    • 文件大小:241664
    • 提供者:rocky
  1. LSQR

    0下载:
  2. 利用lsqr进行无线信道估计,可以计算出基系数从而模拟出信道的情况-Lsqr radio channel using estimated coefficients can be calculated in order to simulate a case where the base channel
  3. 所属分类:邮电通讯系统

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:evans
  1. LSQR

    0下载:
  2. 计算病态线性方程的LSQR算法,MATLAB汇编程序。-LSQR algorithm of morbid linear equations , MATLAB assembler
  3. 所属分类:汇编语言

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:晨之曦
  1. LSQR

    0下载:
  2. 最小平方QR分解法(LSQR)的C++源码,可以用来学习lsqr-Least squares QR decomposition method (LSQR) of the C++ source code can be used to learn lsqr
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-09
    • 文件大小:509952
    • 提供者:xuan
« 12 »

源码中国 www.ymcn.org