搜索资源列表
SPARSE_CODE_DEMO
- C++实现的稀疏矩阵类,可实现稀疏矩阵的存储计算等功能-Now, instead of using 2D, we will use doubly-linked lists to present sparse matrices. There are various methods of organizing doubly-linked-lists. We not only store elements of sparse matrices but also implement operations
vector_matrix_multiplication
- 稀疏矩阵与向量相乘 算法 C语言 并行计算-Sparse matrix and vector multiplication
Matrix
- Dataset for my MPI clustering implementation. Matrix.txt - sparse matrix of all terms Matrix.txt.membership - clustering results Matrix.txt.cluster_centres - cluster centers
xishujuzhen
- 稀疏矩阵的相关内容,包括稀疏矩阵的转置、按三元组的输出等。-Sparse matrix-related content, including sparse matrix transpose, output by the triples, and so on.
abc
- 数据结构的稀疏矩阵的几部分操作,广工的课程设计-Sparse matrix operations
CUDA SPMV
- 稀疏矩阵向量乘法(Sparse Matrix-Vector Multiplication, SpMV)在许多科学计算程序中都有广泛的应用。数据矩阵A 是稀疏的,输入向量x 和输出向量y是稠密的。 y = Ax(Sparse Matrix-Vector Multiplication (SpMV) is widely used in many scientific computing programs. The data matrix A is sparse, the input vector x
pradiso
- 利用Fortran中自带的Pardiso库函数解决稀疏矩阵,其利用CSR格式储存数据(附带例子)(The Pardiso library function in Fortran is used to solve the sparse matrix, which stores data in CSR format (with examples))