搜索资源列表
EigenvalueVectorHessenbergQR
- 此为求一般矩阵的赫申伯格阵的所有特征值的QR算法-this for the sake of the general matrix of Hoeschen Burg RUF all the characteristics of the value of the QR algorithm
qr
- 一个qr矩阵算法,并行计算再smp环境下实现。具有很好的类比价值
qr
- 矩阵QR分解的算法,使用openMP实现, 请在支持并行计算的机器上编译运行-Matrix QR decomposition algorithm, the use of openMP implementation, to support parallel computing in the compile and run on the machine
18-6
- 该代码为矩阵qr分解的并行算法,采用的是MPI编程方法-The code for the matrix qr decomposition parallel algorithms, using the MPI programming
MatrixFullRank
- CPU和GPU上的利用CUDA实现矩阵的LU、QR和全秩分解、以及一些矩阵变换和运算程序。-On the CPU and GPU matrix by using CUDA, LU, QR, and full rank decomposition, as well as some matrix transformation and operation procedures.
parallel-algorithms-of-QR-and-yakebi
- 求普通矩阵和对称矩阵的特征值的串行算法的并行实现。-Parallel eigenvalues of symmetric matrices ordinary matrix and serial algorithm.
Matrix-eigenvalue-(2)
- 用fortran求矩阵特征值(用QR法求解)-Matrix eigenvalue
svd
- 基于householder变换和QR分解的矩阵svd分解算法-svd using householder transformation and matrix QR decomposition