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

搜索资源列表

  1. ulapack

    0下载:
  2. This collection of C++ templates wraps the FORTRAN or C interfaces for LAPACK so that they integrate with the Boost uBLAS library. Currently implements Cholesky decomposition, LU decomposition, inversion and determinant for general and positive-defin
  3. 所属分类:人工智能/神经网络/遗传算法

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

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

    • 发布日期:2008-10-13
    • 文件大小:1072
    • 提供者:heeyou
  1. LU分解方法求解线性方程组的Fortran程序

    2下载:
  2. LU分解方法求解线性方程组的Fortran程序,包含了一个验证程序。计算效率相对于选主元高斯消去法高出一些。-LU decomposition method for solving linear equations Fortran program, includes a verification process. Computational efficiency relative to the pivoting Gaussian elimination than some.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2015-05-08
    • 文件大小:9216
    • 提供者:李学斌
  1. FDM0308

    0下载:
  2. 用fortran设计的LU分解法计算矩阵的算法-fortran matrix calculation algorithm LU
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1765
    • 提供者:幽幽
  1. LU

    0下载:
  2. LU分解解3对角方程组 fortran子例程-LU decomposition of solutions of 3 pairs of diagonal equations fortran subroutine
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:1711
    • 提供者:Big Boss
  1. superlu_3.1.tar

    1下载:
  2. SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems of linear equations on high performance machines. The library is written in C and is callable from either C or Fortran. The library routines will perf
  3. 所属分类:Algorithm

    • 发布日期:2015-07-02
    • 文件大小:1956097
    • 提供者:anfangde
  1. CH6

    0下载:
  2. 具有条件数估计的修正LU分解算法fortran算法程序
  3. 所属分类:Algorithm

    • 发布日期:2014-04-13
    • 文件大小:3815
    • 提供者:rongbao
  1. doolittle

    0下载:
  2. LU分解在本质上是高斯消元法的一种表达形式。实质上是将A通过初等行变换变成一个上三角矩阵,其变换矩阵就是一个单位下三角矩阵。这正是所谓的杜尔里特算法(Doolittle algorithm):从下至上地对矩阵A做初等行变换,将对角线左下方的元素变成零,然后再证明这些行变换的效果等同于左乘一系列单位下三角矩阵,这一系列单位下三角矩阵的乘积的逆就是L矩阵,它也是一个单位下三角矩阵。 这类算法的复杂度一般在左右,对充分消元的分解则不然。 -LU decomposition is esse
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:764
    • 提供者:王伟
  1. FORTRAN-compilation-algorithm

    0下载:
  2. 用于科学计算的Fortran 90/95算法源程序,用LU分解进行高斯消元法-This module provides all the subroutines needed to solve the problem: Ax=b using direct methods, based on employing either the LU or PLU factorisation methods.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7613500
    • 提供者:kevin
  1. LAPACK-3.4.1.tar

    1下载:
  2. LAPACK,其名為Linear Algebra PACKage的縮寫,是一以Fortran程式語言寫就,用於數值計算的函式集。 LAPACK提供了豐富的工具函式,可用於諸如解多元線性方程式、線性系統方程組的最小平方解、計算特徵向量、用於計算矩陣QR分解的Householder轉換、以及奇異值分解等問題。-LAPACK (Linear Algebra PACKage) is a software library for numerical linear algebra. It provides
  3. 所属分类:Algorithm

    • 发布日期:2017-05-23
    • 文件大小:7466248
    • 提供者:魏晓宇
  1. ayy_LU

    0下载:
  2. LU分解,使用fortran库函数,很方便的学习小程序。对初学者很有帮助。-LU decomposition, the use of the the fortran library functions, it is convenient learning applet. Useful for beginners.
  3. 所属分类:Other windows programs

    • 发布日期:2017-09-30
    • 文件大小:320512
    • 提供者:
  1. LU

    0下载:
  2. LU fortran code for tran learner at the beginning.-LU fortran code for fortran learner at the beginning.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-08
    • 文件大小:881658
    • 提供者:刘大可
  1. LU

    0下载:
  2. fortran语言编写的LU分解程序,可用来求解小型方程组-fortran language LU decomposition process can be used to solve small equations
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:553
    • 提供者:鸟仔
  1. tp1

    0下载:
  2. Source code Fortran factorisation LU
  3. 所属分类:Algorithm

    • 发布日期:2017-12-07
    • 文件大小:701
    • 提供者:kh25524
  1. main

    0下载:
  2. Fortran子程序,使用矩阵的LU解法解方程-LU solution Fortran subroutine solving equations using matrix
  3. 所属分类:Algorithm

    • 发布日期:2015-05-08
    • 文件大小:1024
    • 提供者:雪语
  1. LU

    0下载:
  2. Fortran LU分解fortran LU分解代码 fortran LU分解代码-Fortran LU decomposition fortran LU decomposition code fortran LU decomposition code fortran LU decomposition code
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:658
    • 提供者:makayua
  1. Linear_equations__solution

    1下载:
  2. fortran程序编写的线性方程组求解 -包括 LU分解,高斯列主元消去法,高斯消去法,矩阵求逆,乔累斯基,追赶法-Solving linear equations group, programs written in FORTRAN including LU decomposition, Gauss main element elimination method, Gauss elimination method, the matrix inversion, Jo Laski, chase m
  3. 所属分类:Algorithm

    • 发布日期:2015-05-08
    • 文件大小:7168
    • 提供者:
  1. fortran-code(1)

    0下载:
  2. 用fortran编写的解线性方程组的直接方法:包括高斯消去法,列主元素法、lu分解法、追赶法等代码-some code for practing
  3. 所属分类:Algorithm

    • 发布日期:2017-05-28
    • 文件大小:11200512
    • 提供者:储著飞
  1. C1

    0下载:
  2. LU,GAUSS,SOS等求解线性方程组的Fortran程序-LU, GAUSS, SOS solving linear equations, etc. Fortran program
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7410
    • 提供者:雪之殇
  1. ludcmp_ludksb

    0下载:
  2. 高斯消去法(複數型),由實數改為負數的版本-An example Fortran program using LU decomposition to solve the following linear system
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:886
    • 提供者:Lin Sheng Wei
« 12 »
搜珍网 www.dssz.com