搜索资源列表
SPARSKIT2.tar.gz
- 这是Yousef Saad编写的矩阵运算的Fortran软件包(A basic tool-kit for sparse matrix computations (Version 2),包含常见的排序,预处理(ILU分解等),Krylov子空间迭代法,以及有限差分等方法得到的算例等。有不少很实用的子程序(比如稀疏矩阵相加、相乘等等,可以学习专家的设计哟!)。极力向学习大型线性方程组数值解的人推荐(不足之处就是Fortran实现,本人觉得还是C语言好)。,Yousef Saad This is pr
xishu
- 用C语言实现的稀疏矩阵运算器设计,以三元组结构体类型表示稀疏矩阵非零元,在此基础上完成对稀疏矩阵的转置、相加和相乘操作。-Using C language design sparse matrix operations to triple sparse matrix structure, said non-zero element type, in this based on the completion of the sparse matrix transpose, add and multi