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

搜索资源列表

  1. OpenNL2

    0下载:
  2. This OpenNL, a library to easily construct and solve sparse linear systems. * OpenNL is supplied with a set of built-in iterative solvers (Conjugate gradient,BICGSTAB, GMRes) and preconditioners (Jacobi, SSOR). * OpenNL can also use other solver
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:85404
    • 提供者:Wayne
  1. gmresm_mine

    0下载:
  2. 计算大型矩阵的一般的gmres算法matlab程序。-large matrix calculation of the general gmres algorithm Matlab procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:850
    • 提供者:韩国锋
  1. gmres_mine

    0下载:
  2. 计算大型矩阵的gmres(前面一个应该是重启动的,发错了)matlab程序。-large matrix calculations gmres (front should be a restart. made the wrong) Matlab procedures.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:810
    • 提供者:韩国锋
  1. gmres_m

    1下载:
  2. gmres算法的一个特殊形式,用来求解大型稀疏矩阵方程-gmres algorithm a special form used to solve large sparse matrix equation
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:815
    • 提供者:李晓鹏
  1. GMRES_algorithm

    0下载:
  2. 这是一个用于实现GMRES算法的程序,可以通过修改源代码,实现不同的功能-This is a procedure used to implement GMRES algorithm, you can modify the source code for different functions
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1151
    • 提供者:andy
  1. IML

    0下载:
  2. 为了整GMRES搞的一个科学库,不过看不懂,不会用,传上来供大家看看,谁要是会请告诉我啊,jxrhhu@hhu.edu.cn-a lib for scientific computing, when i am doing some research in GMRES, is noted useful but hard to understand. if anyone know it, please tell me how to use it. many thanks, jxrhhu@hhu.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1759000
    • 提供者:jiangxr
  1. GMRES2008.09.24

    0下载:
  2. 广义最小残差法求解矩阵方程。 不同于国外的代码,由本人亲自编写,非常清晰,易于使用。-GMRES to solve the matrix equations,which is easy to comprehend and apply.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2113
    • 提供者:yuan
  1. Lid_Driven_Cavity_using_Pressure_Free_Velocity_Fo

    0下载:
  2. Lid-driven cavity using pressure-free velocity Contents 1 Lid-driven cavity using pressure-free velocity formulation 1.1 Theory 1.2 Lid-driven cavity Matlab scr ipt 1.3 Diffusion matrix for pressure-free velocity method (DMat4424W.m)
  3. 所属分类:Software Testing

    • 发布日期:2017-03-31
    • 文件大小:188235
    • 提供者:pinanong
  1. gmrest_k

    1下载:
  2. 求解大型稀疏线性迭代的重启gmres,以及预条件gmers-Solving large sparse linear iterative restart gmres, and the gmers conditions
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1273
    • 提供者:王芳
  1. gmres

    0下载:
  2. The GMRES method was developed by Yousef Saad and Martin H. Schultz in 1986.[1] GMRES is a generalization of the MINRES method developed by Chris Paige and Michael Saunders in 1975. GMRES also is a special case of the DIIS method developed by Peter P
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:883
    • 提供者:ericsun
  1. Newton

    2下载:
  2. 潮流计算,内部为GMRES和牛顿法构成的双层迭代,加有预处理-Flow calculation inside a double-iteration of GMRES and Newton' s law, plus pretreatment
  3. 所属分类:Other systems

    • 发布日期:2017-12-09
    • 文件大小:27198
    • 提供者:曹雯
  1. gmres-sample

    0下载:
  2. matlab中广义最小残量法的m文件 包含arnoldi过程 和 gmres两部分 -matlab generalized minimum residual method m file contains arnoldi the process and gmres two parts
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:32936
    • 提供者:倪煜
  1. YDQ-RightEdtion

    0下载:
  2. C++的编程,GMRES方法的编写。很好的源代码。-C++ programming
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:13154
    • 提供者:丁伦
  1. GMRES

    0下载:
  2. GMRES算法求解线性方程组,并分析不同系数矩阵的迭代收敛性-GMRES method
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:739
    • 提供者:alone
  1. gmres

    0下载:
  2. gmres 方法。视图求解线性方程组A*x=b的解x。nXn的稀疏矩阵A必须是方程且应是大型稀疏矩阵。列向量b的长度必须为n。-gmres method. View solving linear equations A* x = b the solution x. nXn sparse matrix A must be equation and should be large sparse matrix. The length of the column vector b must be to
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2449
    • 提供者:wangwenshu
  1. GMRES

    2下载:
  2. 本文件是gmres算法的c语言代码,大家都抓紧抢着下载哦。-This document is gmres algorithm c language code, everyone rushing to seize download oh.
  3. 所属分类:软件工程

    • 发布日期:2017-06-29
    • 文件大小:1436
    • 提供者:xixiang
  1. GMRES

    0下载:
  2. GMRES算法,求解大型稀疏线性方程的快速数值解法,方便实时求解-GMRES algorithm is prosed to solve Large- scale sparse linear equations
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:831
    • 提供者:Guo Lulu
  1. GMRES-2

    0下载:
  2. gmres迭代算法 gmres迭代算法-gmres iterative algorithm gmres iterative algorithm iterative algorithm gmres
  3. 所属分类:Other systems

    • 发布日期:2017-05-12
    • 文件大小:2672377
    • 提供者:ywsh
  1. gmres

    0下载:
  2. Gmres with givens method for solving LS problems
  3. 所属分类:Algorithm

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:jay
  1. MPIE_FMM_64_TCM_cm_cz

    0下载:
  2. GMRES求解,特征模程序 计算电磁学,并行计算(GMRES, mom calcalate EM, MPI, charaters)
  3. 所属分类:数学计算

    • 发布日期:2018-04-20
    • 文件大小:7220224
    • 提供者:孙龙sb
« 1 23 »
搜珍网 www.dssz.com