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

搜索资源列表

  1. work

    1下载:
  2. 最优化问题的快速下降法,共轭梯度法,基于matlab算法。经过测试好用-Optimization problem of the rapid descent method, conjugate gradient method, based on matlab algorithm. Tested, easy to use
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1417
    • 提供者:daiwenchao
  1. optimizationtheory-matlab

    0下载:
  2. 最优化理论中的几个算法,包括共轭梯度法,公轭梯度法,方向加速法,步长加速,变尺度法-Optimization theory in several algorithms, including the conjugate gradient method, public and conjugate gradient method, directional method, step speed, variable metric method
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:23894
    • 提供者:郑林君
  1. ConjugateGradientMethodMatlabProgram

    0下载:
  2. 简明扼要的介绍了共轭梯度法matlab程序-Concise introduction to the conjugate gradient method matlab program
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:2309
    • 提供者:耿耿
  1. Conjugategradient

    1下载:
  2. 基于共轭梯度法,现采用编程来计算最优解,matlab程序和简要说明文档。-Based on conjugate gradient method is used to calculate the optimal solution of programming, matlab program, and brief documentation.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:6342
    • 提供者:liliujun
  1. preconjgrad

    0下载:
  2. preconjgrad:预处理共轭梯度法求线性方程组Ax=b的解 conjgrad:共轭梯度法求线性方程组Ax=b的解 twostep:两部迭代法求线性方程组Ax=b的解 fastdown:快速下降法求线性方程组Ax=b的解-preconjgrad: preconditioned conjugate gradient method for solving linear equations Ax = b solution conjgrad: conjugate gradient met
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1683
    • 提供者:wallace
  1. gongetidufa

    0下载:
  2. 共轭梯度法编程.共轭梯度法是共轭方向法的一种依赖于迭代点的负剃度而构造出来的-Conjugate gradient method programming. Conjugate gradient method is a conjugate direction method relies on an iterative point out negative tonsure and the structure of the
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:23802
    • 提供者:xiejinliang
  1. gong_e_ti_du

    1下载:
  2. 利用共轭梯度法进行的简单方程求解。对于学习非线性规划有一定的指导作用。看程序可以熟悉课程。-Conjugate gradient method using the simple equation. For learning non-linear programming a certain guiding function. Familiar with the course can be read.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:4921
    • 提供者:icc
  1. xxfc

    0下载:
  2. 全主元高斯约当消去法 2.LU分解法 3.追赶法 4.五对角线性方程组解法 5.线性方程组解的迭代改善 6.范德蒙方程组解法 7.托伯利兹方程组解法 8.奇异值分解 9.线性方程组的共轭梯度法 10.对称方程组的乔列斯基分解法 11.矩阵的QR分解 12.松弛迭代法-PCA-wide Gauss Jordan elimination method 2.LU decomposition method 3. To catch up with law 4.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:8333
    • 提供者:wzz
  1. cg

    0下载:
  2. 共轭梯度法解决线性方程组,系数满足对称正定矩阵-Conjugate gradient method to solve linear equations, coefficients satisfy the symmetric positive definite matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:2523
    • 提供者:zhuyi
  1. conjugate_grad_2d

    0下载:
  2. 改进的共轭梯度法,可求取二元函数的极值。-Improved conjugate gradient method, can strike a binary function of the extremum.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:1022
    • 提供者:zd
  1. gongetidu

    0下载:
  2. 这个程序利用共轭梯度方法,求解对称正定线性方程组-This procedure using conjugate gradient method for solving symmetric positive definite system of linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2358
    • 提供者:l
  1. cg

    0下载:
  2. 共轭梯度法求解有限元线性方程组,用列为20阶对称正定矩阵-Conjugate gradient method for solving linear equations of finite element used as a 20-order symmetric positive definite matrix
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:1218
    • 提供者:安科
  1. conjugategradientmethod

    0下载:
  2. 使用黄金分割法和进退法进行区间搜索的共轭梯度法。-Golden section method and the use of advance and retreat method of interval search conjugate gradient method.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1465
    • 提供者:zhangqt
  1. gonge

    1下载:
  2. 优化设计方法:共轭梯度法的c语言程序。初学者适用-Optimization method: conjugate gradient method of c language program. Apply to beginners
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3833
    • 提供者:张淼
  1. The_Theroy_of_CG

    0下载:
  2. 共轭梯度法的资料,共轭梯度法为解线性方程组的一类迭代法-Some information Conjugate gradient method The conjugate gradient method is an important kind of iterative methods for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:92655
    • 提供者:王方
  1. conjugategradient

    0下载:
  2. 最优化程序设计中的共轭梯度法,用于求解n元二次函数-Optimization procedures for the design of the conjugate gradient method for solving n-quadratic function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1631
    • 提供者:猫儿
  1. ResolveOptmizationProblemswithconjugategradientmet

    0下载:
  2. 压缩包中有两个程序代码,一个是共轭梯度法求最优解,一维搜索用的是不精确搜索法,另一个是从键盘输入方程表达式的程序代码-There are two compression package code, a conjugate gradient method for optimal solution, one-dimensional search using a search method inaccurate, and the other is from the keyboard input cod
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-08
    • 文件大小:2467
    • 提供者:houhua
  1. ssor_conjugate_grad

    0下载:
  2. 在求解偏微分方程时常用的预处理(采用对称超松弛迭代法)共轭梯度法-When solving partial differential equations in the commonly used preconditioning (using symmetric overrelaxation iterative method) Conjugate Gradient Method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:621
    • 提供者:malanxiang
  1. 47_Cg

    0下载:
  2. opengl源代码,实现了conjugate gradient method共轭斜量法-opengl source code, to achieve a conjugate gradient method Conjugate Gradient Method
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-04
    • 文件大小:1044665
    • 提供者:catherine
  1. Optimizationcalculationsfortheconjugategradientmet

    0下载:
  2. 用于进行最优化计算的共轭梯度法,其中的很多东西值得学习和借鉴,下载不会后悔。-Optimized for the calculation of the conjugate gradient method, which is worth a lot of things to learn, download will not regret it.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:10552
    • 提供者:王庆峰
« 1 2 3 4 56 7 8 9 10 ... 24 »
搜珍网 www.dssz.com