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

搜索资源列表

  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. PCG

    3下载:
  2. % SSOR预处理的共轭梯度法求解方程Ax=b % 输入参数说明 % A 正定矩阵[n*n] % b 右边向量 % omega SSOR预处理参数(0--2) % Times 迭代次数 % errtol 给定误差终止条件 % %输出参数 % NewX 方程Ax=b的x近似解 % avgerr 求解的当前平均绝对误差
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-17
    • 文件大小:996
    • 提供者:zhxj
  1. sorSSOR

    0下载:
  2. 在matlab中实现矩阵的sor分解和ssor分解-Implemented in the matlab sor matrix decomposition decomposition and ssor
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1137
    • 提供者:liu18hao
  1. iterative

    3下载:
  2. rs 里查森迭代法求线性方程组 crs 里查森参数迭代法求线性方程组 grs 里查森迭代法求线性方程组 jacobi 雅可比迭代法求线性方程组 gauseidel 高斯-赛德尔迭代法求线性方程组 SOR 超松弛迭代法求线性方程组 SSOR 对称逐次超松弛迭代法求线性方程组 JOR 雅可比超松弛迭代法求线性方程组 twostep 两步迭代法求线性方程组 fastdown 最速下降法求线性方程组 conjgrad 共轭梯度法求线性方程组 preconjgr
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:7167
    • 提供者:zuoxl
  1. massor

    0下载:
  2. 求解线性方程组的对称逐次超松弛迭代法ssor-Solving linear equations of symmetric successive over-relaxation iteration method(ssor)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:698
    • 提供者:malanxiang
  1. sixpack-2.3.7

    0下载:
  2. Sixpack is a library of solvers that may be used to solve structured finite volume and finite difference discretisations of PDE s. The solvers include static methods like Jacobi s Method, SOR, SSOR, RBSOR, incomplete factorisation methods like ILU, I
  3. 所属分类:Other systems

    • 发布日期:2017-03-23
    • 文件大小:217578
    • 提供者:Feiyu Lu
  1. SSOR_iterative_method

    0下载:
  2. SSOR迭代法解矩阵,采用MSR法实现系数矩阵的存储,采用SSOR迭代法求值-SSOR iterative method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1877
    • 提供者:张忆
  1. PARSSOR1D

    0下载:
  2. 一个并行SSOR程序,使用FORTRAN编写-A parallel SSOR program. Language: Fortran
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1669
    • 提供者:
  1. ssor

    3下载:
  2. 数值求解正方形域上的Poisson方程边值问题,用由椭圆型第一边值问题的五点差分格式,用Gauss-Seidel迭代法、块Gauss-seidel迭代法、SSOR迭代法编写求解线性方程组Au=f的算法程序-Numerical Solution of the Poisson equation on a square domain boundary value problem, with the first boundary value problem by the oval five-point
  3. 所属分类:Algorithm

    • 发布日期:2016-11-28
    • 文件大小:17408
    • 提供者:zdf
  1. CG

    0下载:
  2. 数值分析中没经预处理的高斯方法、经SSOR预处理的高斯方法、经多项式预处理的高斯方法matlab程序-Numerical analysis did not pretreated Gauss method, the SSOR pre-Gaussian method, the pre-Gaussian polynomial method matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1595
    • 提供者:张强
  1. SSORCG

    0下载:
  2. 本例用五点差分法求解一个二阶偏微分方程,其间用SSOR预处理的CG法处理,此实验可分别选取N=4,8,16,32-This example uses a five-point difference method for solving second order partial differential equations, during which the CG with SSOR pre-treatment, were selected for this experiment can be N
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1233
    • 提供者:张强
  1. SSOR

    0下载:
  2. 用C++写的超松弛迭代法求线性方程组的解,本程序实现求节点点位-Written in C++ over-relaxation iteration method of solution of linear equations, find the node point program to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:384987
    • 提供者:
  1. ssor-pcg

    0下载:
  2. 超松弛预处理共轭梯度法,用于求解有限元计算中常见的大型对称稀疏矩阵-Overrelaxation preconditioned conjugate gradient method for solving the finite element calculation of large symmetric sparse matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1558
    • 提供者:yanjun
  1. SSOR

    0下载:
  2. 数值分析中的 SSOR 求解器,用于求解大型线性代数方程组
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:148372
    • 提供者:jianggb
  1. SSOR

    0下载:
  2. 实现SSOR迭代,解决大规模矩阵的问题,十分有用-Achieve SSOR iteration to solve the problem of large-scale matrix is useful
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:717
    • 提供者:herhero
  1. conjgrad

    0下载:
  2. Numerical analysis did not pretreated Gauss method, the SSOR pre-Gaussian method, the pre-Gaussian polynomial method matlab program: CG
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:5655
    • 提供者:masoodjalali
  1. 0下载:
  2. SSOR-PCG linear equation system solver using compressed symmetrical column storage
  3. 所属分类:单片机开发

  1. hw5s.f90

    0下载:
  2. 代码中有Jacobi, Gauss-Seidel,SSOR ,CG, Steppest descent 的fortran实现(this file tell you how to implement Jacobi, Gauss-Seidel,SSOR ,CG, Steppest descent by fortran)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:9216
    • 提供者:葱葱cong
搜珍网 www.dssz.com