搜索资源列表

  1. PCG

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

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:zhxj
  1. Examples

    0下载:
  2. To run these examples, you first need to set search paths to the codes in RestoreTools. This can be done by running the scr ipt startup.m The most recent version of RestoreTools has two new features: 1. psf
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-03
    • 文件大小:6144
    • 提供者:张辉辉
  1. MINRES

    0下载:
  2. 采用CG法求解稀疏对称奇异矩阵得到的Ax=b-Implementation of a conjugate-gradient type method for solving sparse linear equations: Solve Ax = b or (A- sI)x = b. The matrix A- sI must be symmetric but it may be definite or indefinite o
  3. 所属分类:其他小程序

    • 发布日期:2024-06-03
    • 文件大小:6144
    • 提供者:MINRES
  1. SYMMLQ

    0下载:
  2. 采用CG法求解稀疏对称非奇异矩阵得到的线性系统Ax=b-Implementation of a conjugate-gradient type method for solving sparse linear equations: Solve Ax = b or (A- sI)x = b. The matrix A- sI must be symmetric and nonsingular, but it may be de
  3. 所属分类:其他小程序

    • 发布日期:2024-06-03
    • 文件大小:12288
    • 提供者:aaq
  1. fulltext5

    0下载:
  2. A preconditioner for the equations of linear elasticity discretized by the PEERS element
  3. 所属分类:Windows编程

    • 发布日期:2024-06-03
    • 文件大小:141312
    • 提供者:Leo
  1. Mathematical-Theory-of-FEM

    1下载:
  2. 《有限元方法的数学理论》中不但提供有限元法系统的数学理论。还兼重在工程设计和分析中的应用算法效率、程序开发和较难的收敛问题。目次:基本概念;Sobolev空间;椭圆边界值问题变分公式;有限元空间结构;Sobolev空间中的多项式近似理论.n维变分问题;有限元多栅法;加性Schwarz预条件; 极大范数估计;自适应网格; 变分病态、在平面弹性力学中的应用;混合法;迭代技巧用于混合法;算子插值理论的应用。读者对象;数学、物理和工程专业的研究
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-03
    • 文件大小:2197504
    • 提供者:xiangyunl
  1. jacobi4

    0下载:
  2. Jacobi preconditioner solver
  3. 所属分类:matlab例程

    • 发布日期:2024-06-03
    • 文件大小:1024
    • 提供者:AleGTA
  1. ssi

    0下载:
  2. krylov子空间法 krylov子空间方法的程序实现,用于解高阶矩阵-Matlab Codes for Krylov subspace methods 1. MINRES method by Paige and Saunders implementation function [ x, istop, itn, rnorm, Arnorm, Anorm, Acond, ynorm ] = ... minres( A, b,
  3. 所属分类:其他小程序

    • 发布日期:2024-06-03
    • 文件大小:6144
    • 提供者:lux
  1. precon

    0下载:
  2. Krylov迭代方法的各种预处理方法,包括ILU0,ILUC等-the preconditioner of Krylov method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-03
    • 文件大小:13312
    • 提供者:han
  1. hsl_mi20-2.0.0

    1下载:
  2. 对于非对称矩阵线性方程组的代数多重网格预处理子的生成(HSL_MI20 Unsymmetric system: algebraic multigrid preconditioner)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-03
    • 文件大小:1560576
    • 提供者:威哥数学

源码中国 www.ymcn.org