Description: 高斯消去法求解线性方程组,以在TC2.0中编译通过-Gaussian elimination method for solving linear equations, in which the compiler through WITH TC 2.0 Platform: |
Size: 1024 |
Author:王国栋 |
Hits:
Description: 2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system
for n=10 and 100
-2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system for n = 10 and 100 Platform: |
Size: 78848 |
Author:吕鹏 |
Hits:
Description: 解n阶线形方程组Ax=b的列主元高斯消去法的通用程序如下(下列程序都是在 matlab平台下编写的)-Solution of n-order linear equations Ax = b of the PCA out of the general Gaussian elimination procedure is as follows (the following procedures are prepared under matlab platform) Platform: |
Size: 19456 |
Author:周倩 |
Hits:
Description: 一个自己写的列主元高斯消去法,用Matlab实现-Wrote it myself out of a PCA Gaussian elimination, using Matlab realize Platform: |
Size: 2048 |
Author:Phoebe |
Hits:
Description: 对于几个流行的算法(prefix sum,matrix multiplication,Gaussian elimination,Sieve of Eratosthenes)的串行算法和openMP并行算法的代码,以及性能测试的实验报告-For several popular algorithms (prefix sum, matrix multiplication, Gaussian elimination, Sieve of Eratosthenes) of the serial algorithm and parallel algorithms openMP code, as well as the performance test report Platform: |
Size: 239616 |
Author:luoang |
Hits:
Description: 高斯消元法求解线性方程组的并行程序。该程序已经测试通过,运行非常稳定,计算量控制的也很好。-Gauss elimination method for solving linear equations of parallel programs.The program has been tested, very stable operation, the control computation is also very good. Platform: |
Size: 2048 |
Author: |
Hits:
Description: Parallel algorithm
for Gaussian Elimination. Elimination in both a shared
memory environment, using OpenMP, and in a distributed
memory environment, using MPI. Parallel LU and
Gaussian algorithms for linear systems have been studied
extensively and the point of this paper is to present the
results of examining various load balancing schemes on
both platforms. The results show an improvement in many
cases over the default implementation Platform: |
Size: 80896 |
Author:Cata |
Hits:
Description: Method Gaussian Elimination without pivoting for Linear Systems
Solve Ax = b using Gaussian elimination without pivoting
Inputs : A is the n-by-n coefficient matrix
b is the n-by-k right hand side matrix
Outputs : x is the n-by-k solution matrix- Method Gaussian Elimination without pivoting for Linear Systems
Solve Ax = b using Gaussian elimination without pivoting
Inputs : A is the n-by-n coefficient matrix
b is the n-by-k right hand side matrix
Outputs : x is the n-by-k solution matrix Platform: |
Size: 1024 |
Author:Mhdh |
Hits: