文件名称:sparsematrix
- 所属分类:
- 数学计算/工程计算
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2014-08-12
- 文件大小:
- 313kb
- 下载次数:
- 0次
- 提 供 者:
- 魏**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
求解大型对称或非对称方程组,采用稀疏矩阵存储及求解算法,在电力系统仿真分析软件中得到应用-Sparse1.3 is a flexible package of subroutines written in C used to
quickly and accurately solve large sparse systems of linear equations. The
package is able to handle arbitrary real and complex square matrix equa-
tions. Besides being able to solve linear systems, it is also able to
quickly solve transposed systems, find determinants, and estimate errors
due to ill-conditioning in the system of equations and instability in the
computations. Sparse also provides a test program that is able read matrix
equations from a file, solve them, and print useful information about the
equation and its solution.
Sparse1.3 is generally as fast or faster than other popular sparse
matrix packages when solving many matrices of similar structure. Sparse
does not require or assume symmetry and is able to perform numerical pivot-
ing to avoid unnecessary error in the solution. It handles its own memory
allocation, which allows the user to forgo the hass
quickly and accurately solve large sparse systems of linear equations. The
package is able to handle arbitrary real and complex square matrix equa-
tions. Besides being able to solve linear systems, it is also able to
quickly solve transposed systems, find determinants, and estimate errors
due to ill-conditioning in the system of equations and instability in the
computations. Sparse also provides a test program that is able read matrix
equations from a file, solve them, and print useful information about the
equation and its solution.
Sparse1.3 is generally as fast or faster than other popular sparse
matrix packages when solving many matrices of similar structure. Sparse
does not require or assume symmetry and is able to perform numerical pivot-
ing to avoid unnecessary error in the solution. It handles its own memory
allocation, which allows the user to forgo the hass
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sparsematrix
............\Context.cpp
............\Debug
............\LinearEquation.cpp
............\LinearEquationReadme.txt
............\SPMTX.dsp
............\SPMTX.dsw
............\SPMTX.ncb
............\SPMTX.opt
............\SPMTX.plg
............\SPMTX.sln
............\SPMTX.suo
............\SPMTX.vcproj
............\SPMTX.vcproj.DTS-CJ.Administrator.user
............\SPMTX.vcproj.WWH.Administrator.user
............\ddsparse.pro
............\linux
............\.....\makefile
............\.....\ui
............\makefile
............\public.h
............\spallocate.c
............\spbuild.c
............\spconfig.h
............\spdefs.h
............\spdoc.txt
............\spfactor.c
............\spfortran.c
............\spmatrix.h
............\spmatrix.h.wwh
............\spoutput.c
............\spsmp.c
............\spsolve.c
............\sputils.c