搜索资源列表
数值分析的lu分解vb 版
- 大学里数学系必学的一们课程数值分析中的经典算法————lu分解的程序vb版本-University's Department of Mathematics will study the courses have a numerical analysis of the classic decomposition algorithm-lu version of the procedure vb
LU分解方法求解线性方程组的Fortran程序
- 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.
mpiparaw.rar
- 在MPI上用并行LU分解求解线性方程组的源程序。, Decomposes the solution system of linear equations on MPI with parallel LU the source program.
LU分解法求解线性方程组.zip
- LU分解法求解线性方程组的VB.NET源码.里面有详细的使用说明.,LU decomposition method for solving linear equations of VB.NET source. There are detailed instructions.
lu.rar
- 这是用并行程序语言MPI做的关于矩阵LU分解的程序,程序中很好的实现了分解过程的并行性。,This is used MPI parallel programming language to do LU decomposition on the matrix of the procedures, procedures to achieve a good decomposition process parallelism.
LU
- LU分解解3对角方程组 fortran子例程-LU decomposition of solutions of 3 pairs of diagonal equations fortran subroutine
Lufenjie
- LU 分解先行方程,里面算法详细,这个算法功能全面-LU decomposition first equation, which detail the algorithm, the algorithm for full-featured
Matrix
- 一些矩阵运算的函数,包括两个矩阵相加,两个矩阵相减,两个矩阵相乘,矩阵复制,矩阵求逆的全选主员高斯-约当法,矩阵的三角分解(LU分解),求Hessenberg矩阵全部特征根的QR法,约化一般实矩阵为Hessenberg矩阵的初等相似变换-A function of a number of matrix operations, including the sum of two matrices, subtract two matrices, the two matrices, matrix dup
LU
- LU分解课件,用来求解逆矩阵。一般用在图像处理及机器视觉等方面-Courseware LU decomposition to solve the inverse matrix. Generally used in image processing and machine vision, etc.
1
- lu分解一个非常好的利用LU分解法求逆矩阵的程序,其... 详细说明:这是一个非常好的利用LU分解法求逆矩阵的程序,其中的Pivot是很好的-lu decomposition of a very good use of LU decomposition of matrix inversion procedures, a detailed descr iption of its ...: This is a very good use of LU decomposition of matrix
LU
- LU分解的串行算法(进行Cache优化),LU分解的多线程实现并行化。-LU decomposition of the serial algorithm (for Cache Optimization), LU decomposition of multi-threaded parallel.
LU
- LU分解法用于解方程组,且同时输出LU分解矩阵-LU decomposition method for solution of equations, LU decomposition and at the same time the output matrix
LU
- LU分解算法 及 分解后矩阵解线性方程组-LU algorithm
LU_Decom
- LU分解,基于MATLAB开发,求上三角函数和下三角函数-LU decomposition, based on the MATLAB development, and lower demand on the trigonometric functions trigonometric functions
Matrix-by-LU-decomposition
- 在Matlab中输入任意矩阵,就可进行LU分解。-Matrix by LU decomposition
LU分解-matlab
- matlab 输入矩阵 实现矩阵LU分解
LU
- 三阶矩阵LU分解,在DAT文件里写入矩阵系数值,输出得到矩阵对应的L阵和U阵(LU decomposition of three order matrix)
LU分解程序
- 用LU和LDU分解求解方程组,给出了详细说明(The equations are solved by the decomposition of LU and LDU, and the detailed descr iption is given.)
LU分解的FPGA实现
- 主要是基于HLS的LU分解的FPGA实现源码,包括C代码以及matlab代码,官方案例(HLS based LU decomposition based FPGA implementation source code, including C code and matlab code, official case)
LU分解
- 适用于数值分析课程编程例题,LU分解内容。(Suitable for numerical analysis course programming examples, LU decomposition)