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

搜索资源列表

  1. LUBKSB

    0下载:
  2. LU分解法子过程,范德蒙方程组解法,矩阵的QR分解,全主元高斯约当消去法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2141
    • 提供者:宋政灿
  1. superlu_dist_2.2.tar

    0下载:
  2. SuperLU 2.2版本。对大型、稀疏、非对称的线性系统的直接求解,用 Gauss 消去法做 LU 分解。用 C 开发。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1361276
    • 提供者:huanghuazhan
  1. Numerical_Analysis-matrix_algorithm_design_and_ana

    0下载:
  2. 数值分析,幂法和反幂法计算特征值,LU分解计算特征值和非线性方程,计算条件数。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:152597
    • 提供者:缪缪
  1. Chapter05-06.LinearEquations

    0下载:
  2. 清华大学《数值分析A》-第05章.线性方程组-直接解法 Gauss消去法 列主元消去法 Gauss-Jordan LU分解 LL分解 LDL分解 清华大学《数值分析A》-第06章.线性方程组-迭代法 Jacobi Gauss-Seidel SOR
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:248457
    • 提供者:大乔
  1. QR_LU_Eigenvalue

    0下载:
  2. 包括使用修正Gram-Schmit算法实现QR分解,自编LU分解、利用幂法和反幂法计算矩阵最大和最小特征值的程序。例外附有使用这些算法的例子供参考。 QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimum eigenvalue based on power and inverse power meth
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:4803
    • 提供者:gogomx
  1. LUdecomposition

    0下载:
  2. 基于LU分解的直接求解方法,求解复系数方程组A.x=b的解
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1052
    • 提供者:何十全
  1. LUGPU1.0

    1下载:
  2. 使用GPU的强大并行计算能力来实现稠密矩阵的LU分解计算。
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:4578541
    • 提供者:tiantiancode
  1. Lu_decompose

    1下载:
  2. Lu分解求解矩阵,现在比较少用 fortran 程序。 所以比较难找,希望能给用 fortran程序的同行带来方便。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1072
    • 提供者:heeyou
  1. y2

    0下载:
  2. y2.c LU分解-y2.c LU decomposition
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:890
    • 提供者:王杰
  1. lufact

    0下载:
  2. lu分解是数值分析中的重要内容,在解线性方程组方面具有很重要的地位,所以彻底的掌握他具有很好的学习价值,通过程序实现算法 正好体现了计算机与自然科学的有机结合-numerical analysis is an important part of the solution of linear equations have a very important position, so thoroughly he has a good grasp of the value of learning thr
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1310
    • 提供者:赵云
  1. linear-simultaneous-equations

    0下载:
  2. 源码里包括线性方程组各种解法的Matlab例程,包括LU分解直接解法,夹克比迭代法、GS迭代法、SOR迭代法,共轭梯度法等。
  3. 所属分类:matlab例程

    • 发布日期:2010-12-03
    • 文件大小:2184
    • 提供者:dmbxj_sina
  1. LU.rar

    1下载:
  2. 解矩阵方程,可分解为两个矩阵,一个为上三角矩阵,一个为下三角矩阵,再求解,会简化计算,Solution of matrix equation, decomposed into two matrices, one for the upper triangular matrix, a lower triangular matrix, and then solving, will simplify the calculation of
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:968
    • 提供者:anglinex
  1. ludcmp.rar

    0下载:
  2. 矩阵的LU分解,通过基于主元法的分解法将矩阵分解为左右矩阵的积得形式。,LU matrix decomposition, the main element method-based decomposition of the matrix around broken down into a matrix form of the plot.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:588
    • 提供者:邹博安
  1. homework-code

    5下载:
  2. 不精确一维搜索wolfe-Powell准则、BFGS、牛顿法、LU分解、有效集法等-Inexact line search wolfe-Powell criteria, BFGS, Newton' s method, LU decomposition, the effective collection method
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:4450
    • 提供者:小光
  1. programm

    0下载:
  2. cholesky分解和LU分解的matlab实现。供初学者参考。-cholesky decomposition matlab implementation. Reference for beginners.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1420
    • 提供者:冯力理
  1. lu_mpi

    0下载:
  2. 矩阵LU分解的C/C++ + MPI实现-Matrix LU decomposition of C/C+++ MPI implementation
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:1038
    • 提供者:lixianming
  1. LUdecompose

    0下载:
  2. 基于verilog的LU分解,本文件包括详细的程序代码,运行文件,以及详细的文档-LU decompose based on verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-28
    • 文件大小:10841117
    • 提供者:wangyang
  1. homework1

    0下载:
  2. 刚才邮箱写错了 幂法反幂法程序作业 带LU分解子程序 DOLITTLE分解法等-Just wrong-mail anti-power-law power-law procedures for operating with LU decomposition subroutine Dolittle decomposition method, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:17119
    • 提供者:zonk
  1. shuzhifangfa

    0下载:
  2. 三角分解法中的lu分解法,用道立特分解法实现的数值方法程序-Triangular decomposition of lu decomposition method, using Road Litas decomposition process to achieve the numerical method
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:1114
    • 提供者:huangciying
  1. linear_fitting

    0下载:
  2. c++的关于线性拟合的程序! 采用了LU分解的方法来解方程组!-c++ on linear fitting procedure! Using LU decomposition approach to the solution of equations!
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:8934
    • 提供者:Blueye
« 1 2 3 4 5 6 78 9 10 11 12 ... 17 »
搜珍网 www.dssz.com