LU

共 139 篇文章
LU 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 139 篇文章,持续更新中。

不完全LU分解

数值计算关于大型线性方程组不完全LU分解的源代码,使用MATLAB

LU分解算法 及 分解后矩阵解线性方程组

LU分解算法 及 分解后矩阵解线性方程组

LU分解法用于解方程组

LU分解法用于解方程组,且同时输出LU分解矩阵

LU分解的一个小代码

LU分解的一个小代码,数值分析课是写的,简单但是好用

江湖黑话lu

跑江湖的必须要知道的黑话,<span style="white-space:normal;">跑江湖的必须要知道的黑话,<span style="white-space:normal;">跑江湖的必须要知道的黑话</span></span>

Lu decomposition routines in matlab

Lu decomposition routines in matlab

用Doolittle式的LU分解来求解线性方程组。

用Doolittle式的LU分解来求解线性方程组。

SuperLU is a general purpose library for the direct solution of large, sparse, nonsymmetric systems

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 e

Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports th

Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, No

LDPC 编码算法  基于LU的校验矩阵编码方法

LDPC 编码算法  基于LU的校验矩阵编码方法

刚才邮箱写错了 幂法反幂法程序作业 带LU分解子程序 DOLITTLE分解法等

刚才邮箱写错了 幂法反幂法程序作业 带LU分解子程序 DOLITTLE分解法等

利用数值分析中LU、LDLT、JACOBI、GAUSS_SEIDEL、RELAXATION各种方法解结构矩阵问题

利用数值分析中LU、LDLT、JACOBI、GAUSS_SEIDEL、RELAXATION各种方法解结构矩阵问题,Visual C#源代码

数值分析中LU分解法解结构矩阵问题

数值分析中LU分解法解结构矩阵问题,Visual C#源代码

matlab代码(LU算法)

<div> LU算法实例 </div>

并行lu分解源程序

并行lu分解源程序,自带初始输入数据和运行结果

The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce

The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower

关于lu矩阵算法

关于lu矩阵算法,并行算法中通过smp环境实现,具有很好的价值

基于LU分解的直接求解方法

基于LU分解的直接求解方法,求解复系数方程组A.x=b的解

包括使用修正Gram-Schmit算法实现QR分解

包括使用修正Gram-Schmit算法实现QR分解,自编LU分解、利用幂法和反幂法计算矩阵最大和最小特征值的程序。例外附有使用这些算法的例子供参考。 QR decomposition algorithm based on modified Gram-Schmit LU decomposition algorithm algorithm used to find maximum and minimu

清华大学《数值分析A》-第05章.线性方程组-直接解法 Gauss消去法 列主元消去法 Gauss-Jordan LU分解 LL分解 LDL分解 清华大学《数值分析A》-第06章.线

清华大学《数值分析A》-第05章.线性方程组-直接解法 Gauss消去法 列主元消去法 Gauss-Jordan LU分解 LL分解 LDL分解 清华大学《数值分析A》-第06章.线性方程组-迭代法 Jacobi Gauss-Seidel SOR