搜索资源列表
LUwerwer
- 通过LU分解求矩阵的逆矩阵,可应用于反幂法的实现-through the matrix factorization for the inverse matrix can be used against the law to achieve power
Dimensionalreductionforparticlefiltersofsystemswit
- We present a particle filter construction for a system that exhibits time-scale separation. The separation of time-scales allows two simplifications that we exploit: i) The use of the averaging principle for the dimensional reduction of the sys
SPQR-1.1.2.tar
- 基于C++编程的多线程的多波前稀疏矩阵的QR分解,Timothy A. Davis编写-SuiteSparseQR is an implementation of the multifrontal sparse QR factorization method. Parallelism is exploited both in the BLAS and across different frontal matrices using Intel s Threading Building Blocks
LDL-2.0.1.tar
- 对基于稀疏矩阵存储技术的对称正定稀疏矩阵进行LDL分解,C++编写-LDL is a set of concise routines for factorizing symmetric positive-definite sparse matrices, with some applicability to symmetric indefinite matrices. Its primary purpose is to illustrate much of the basic theory of
UMFPACK
- UMFPACK: unsymmetric multifrontal sparse LU factorization package
100615111[1]..
- 几个简单的计算线性方程系数矩阵分解的算法,包括cholesky、doolittle、等-The calculation of a few simple linear equations coefficient matrix factorization algorithms, including cholesky, doolittle, etc.
matrix
- LU矩阵分解串行算法,一个矩阵拆分成两个三角矩阵乘积-Serial LU matrix factorization algorithm
factorization_procesure_for_paraunitary_matrices.
- factorization procedure for paraunitary matrices
application
- PARALLELIZING THE CHOLESKY FACTORIZATION (Parallel Programming)
shor
- 大数质因子分解的shor算法的在经典计算机上的模拟。shor算在量子计算计算机上能够在很短时间内分解大数的质因子,对现有的RSA系统是一种严重的威胁。-Factorization of large numbers of quality in the shor algorithm simulation on classical computer. shor computer operator in the quantum computation can be decomposed in a ver
Pollard
- Pollard algorithm for factorization
nmfpack
- 非负矩阵分解源代码,有经典NMF,LNMF,NMFsc,developped by patrik hoyer-Nonnegative matrix factorization LNMF,NMFsc,developped by patrik hoyer
KLU-1.1.0.tar
- 对稀疏矩阵进行LU分解,可用于电路仿真、FEM求解等 C语言-KLU is a sparse LU factorization algorithm well-suited for use in circuit simulation. KLU is a sparse LU factorization algorithm well-suited for use in circuit simulation. It was highlighted in the May 2007 issue of SIA
solvingequation
- 用因式分解的方法求解方程ax^n+bx^(n-1)+ ……+cx+k的根。课程设计-Using the factorization method of solving equation ax ^ n+ bx ^ (n-1)+ ... ...+ cx+ k roots. Curriculum
OJ18.1
- 因子分解阶乘版的算法实现,题目来源于飞燕算法论坛-Factorization factorial version of the algorithm, the title comes from the delphinium algorithm Forum
Integer_factorization
- 整数分解.实现整数的因数分解,并能表示成标准形式,实现简单,方便的整数分解. -Integer factorization. To achieve integer factorization, and can be expressed in standard form, simple, convenient integer factorization.
LU
- In linear algebra, LU decomposition (also called LU factorization) is a matrix decomposition which writes a matrix as the product of a lower triangular matrix and an upper triangular matrix. The product sometimes includes a permutation matrix as well
Chap02.pdf
- This document gives a clear detail on coprime factorization.
Programming-Assignment-Sharp2
- Write a program to solve the systems of linear equations by Gaussian elimination with scaled row pivoting, including the factorization phase and the solution phase. Report the LU matrices as well as the solution in the conclusion.
Factorization-method
- 用因式分解的方法求解方程。。 .-Factorization method for solving equations
