搜索资源列表

  1. lu.java.tar

    0下载:
  2. 矩阵lu分解 java语言实现-matrix lu
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:xxc
  1. LU

    0下载:
  2. lu分解 基于matlab环境的对于三角分解的源代码-lu decomposition matlab environment based on the source code for the triangular decomposition
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:Hades
  1. LU

    0下载:
  2. 此程序能进行矩阵的lu分解,对初学者很有帮助-This procedure can be the lu decomposition matrix, useful for beginners
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:419840
    • 提供者:黄晓林
  1. LU

    1下载:
  2. 文档详细介绍了矩阵的LU分解,对于C编程者来说,是很好的理论知识的储备。-Document details the LU decomposition of the matrix for C programmers, it is a good theoretical knowledge of the reserves.
  3. 所属分类:文件格式

    • 发布日期:2024-05-15
    • 文件大小:150528
    • 提供者:申静
  1. LU-factorization

    0下载:
  2. LU分解的过程演示,本人原创,测试无误,内含详细注释。-LU decomposition procedure demonstrates I originality, test correct, containing detailed notes.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:huyunq
  1. solve-linear-system-by-LU

    0下载:
  2. 用LU分解方法解线性方程组的过程演示,本人原创,测试无误,内含详细注释。 -With the LU decomposition method to solve linear equations of the process of demonstration, I have the original, the test is correct, containing detailed notes.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:huyunq
  1. LU

    0下载:
  2. 这是matlab中进行矩阵LU分解的代码。是一个包,集合了模拟LU分解所需的函数文件。-A function for matrix LU factorization.This is the first function.There are another three function named "bslashtx","forward","backsubs".
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:余思勰
  1. LU

    0下载:
  2. 数值分析线性方程组LU分解,matlab平台实现-Numerical LU decomposition of linear equations, matlab platform
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:邹龙刚
  1. LU

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

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:李学斌
  1. LU

    1下载:
  2. 本C程序对输入的矩阵进行LU分解。包括两个程序,其中一个交换了列主元。-The C program for the input matrix LU decomposition. Consists of two programs, one of the main element exchange column.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:王明
  1. LU

    0下载:
  2. 用追赶法求解线性方程组首先用LU分解处理系数矩阵,原方程组变为LUX=d.-Catch up with the first method for solving linear equations with coefficient matrix LU decomposition process, the original equations into LUX = d.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:12288
    • 提供者:tq
  1. LU_DecomME1

    0下载:
  2. MATLAB 数值分析,矩阵分解实例,LU分解-MATLAB numerical analysis, matrix factorization example, LU decomposition
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:yongquan
  1. LU

    0下载:
  2. OpenMP实现矩阵LU分解,本代码对随机生成的矩阵进行LU分解-realize matrix LU algorithm with OpenMP
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:2008064
    • 提供者:
  1. LU

    0下载:
  2. LU分解在并行机上的实现的C算法,里面包括详尽的算法说明等-LU decomposition in the parallel algorithm of implementing using C
  3. 所属分类:并行运算

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:fly
  1. lu

    0下载:
  2. 纯OpenMP实现LU分解的并行算法,包含代码和运行结果-Pure OpenMP implementation of parallel LU factorization algorithm, including the results of the code and run
  3. 所属分类:进程与线程

    • 发布日期:2024-05-15
    • 文件大小:31744
    • 提供者:查修齐
  1. lu-mpi

    0下载:
  2. LU 分解,给出采用行连续划分方式下的MPI实现并行算法-LU decomposition, using the line continuous division of the way under the implementation of MPI parallel algorithm
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-15
    • 文件大小:154624
    • 提供者:查修齐
  1. LU

    0下载:
  2. 本人自己完成的矩阵LU分解,带有示例,希望共同探讨。-I completed matrix LU decomposition, with examples, and hope to explore.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:段振岳
  1. LU

    0下载:
  2. C语言的LU分解求解线性方程组 输入格式: 输入n ,然后n*(n+1)的增广矩阵-LU decomposition of the C language for solving linear equations input format: Input n, then n* (n+1) augmented matrix
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:胡丹青
  1. LU

    0下载:
  2. 这是LU分解法求线性方程组的资料,讲解了LU分解的原理及过程,非常实用-LU decomposition seeking linear equations to explain the principles and process of the LU decomposition, very practical
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:198656
    • 提供者:claire
  1. LU

    0下载:
  2. c语言实现矩阵的LU分解,工程上经常用到。很经典。-c language matrix LU decomposition, often used in engineering. Very classic.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:99328
    • 提供者:兰德里
« 1 2 3 4 56 7 8 9 10 ... 20 »

源码中国 www.ymcn.org