搜索资源列表
matrixcode.rar
- 矩阵运算,包括加,减,乘,除,行列式,逆阵的求解,伴随矩阵求解,Matrix operations, including add, subtract, multiply, divide, determinant, inverse matrix to solve, with the matrix solution of
openmp
- openmp实现矩阵乘法,采用行列分解算法-openmp matrix multiply openmp matrix multiply
MatrixMutipicationParrarell
- This code can use to multiply two matrices in Parallel computer enviroment.c
Mtrix_minPath
- 求图的任意两点之间最小路径的算法,利用了矩阵乘的原理-Order to map the smallest path between any two points in the algorithm, using the principle of the matrix multiply
mpi
- Matrix x Vector multiply using MPI
Matrix_Matrix
- Matrix x Matrix multiply using MPI
MatrixMultiply
- 在cuda上实现矩阵相乘,给出了相乘的算法,并进行了分析-Matrix Multiply in the cuda
matrix_multiply_use_mpi2
- matrix multiply using mpi (u should compile this file in a system that has the mpi library)
matrix_multi_usingmpi
- matrix multiply using mpi
matrix_multiply_using_mpi3
- matrix multiply using mpi 3rd edition(you should put this file in a system that has the mpi library and is able to compile it)
matrix
- matrix multiplication program this program is used to multiply two matrices
TestOpenCl
- 刚做的OPENCL动态库,包括了测试程序。目的是用来计算矩阵运算的,目前在NVIDIA平台上运行。-This is the DLL for opencl and the test program of the DLL. Now it only run on the nvidia platform. The main object is for the matrix multiply.
cppfrance_MULTIPLICATION-MATRICIELLE-PARALLELE___
- Matrice multiply. Multiply 2 matrice in parallel
Matrix_MPI
- Matrix Multiply by MPI
c
- 计算无符号大整数,包含加减乘除的基本运算-Calculation of unsigned integers, contains basic operations (add, subtract, multiply or divide
matrixMul
- cuda矩阵分块乘法,加速比较大,改自cuda SDK-cuda matrix multiply
MULTIPLY
- 在CPU和GPU端分别实现大型矩阵的相乘,优化大型矩阵相乘的运行速度-In the end CPU and GPU were achieved by multiplying the large matrix to optimize the speed of large matrix multiplication
matrixmult.c
- MPI程序,计算矩阵乘矩阵,可以用ijk,ikj,kij三中方式计算,输出时间信息,可用于计算效率和加速。-MPI program, matrix multiply by matrix, it has ijk, ikj, kij methods. Output timing information, can be used to calculate speedup and efficiency
mpi_mat_vect_mult.c
- MPI程序,矩阵乘以向量,自行输入需要计算的矩阵和向量,计算输出结果并输出时间信息,用于对比加速和效率-MPI program, matrix multiply vectors, matrices and vectors need to enter their own calculation, calculate the output and output time information, for comparing the acceleration and efficiency
mpi
- matrix multiply with MPI. Programming in UBUNTU with opensource library OPENMPI on c-matrix multiply with MPI. Programming in UBUNTU with opensource library OPENMPI on c++