一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse MatRix. Key technology: bin,2-m linked MatRix. constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor. Basic operator: 1. addition(sub) of two MatRix 2. inverse of a MatRix. 3. multiply of two MatRix. etc.
标签: MatRix technology template linked
上传时间: 2013-12-13
上传用户:lwwhust
Computes estimates for the number of forests of a graph, input as a 0-1 incidence MatRix. Notes: Compile in C++, "g++ -o span_forest span_forest.c". The program does not demand that the MatRix is symmetric with 0 diagonal, but uses only the upper triangular part.
标签: estimates incidence Computes forests
上传时间: 2013-12-26
上传用户:com1com2
Computes the permanent of a nonnegative integer MatRix. Notes: Compile in C++, "g++ -o permanent permanent.c".
标签: permanent nonnegative Computes Compile
上传时间: 2013-12-23
上传用户:zhangyi99104144
Computes the hafnian of a nonnegative integer MatRix. Notes: Copy hafnian.c to main.c, in the same directory as Rothberg s code (see above). You can download the .tar directory with the code weighted-match.tar here. Then "make" the codes (this codes are in C, not C++). The program is then run by the command "wmatch".
标签: hafnian nonnegative the Computes
上传时间: 2013-12-23
上传用户:lmeeworm
矩阵运算的算法 用Type类数组创建矩阵对象 MatRix(int rows,int cols) //创建矩阵,值为0 MatRix(int n) //创建单位阵 MatRix(const MatRix &) //拷贝构造函数 BOOL IsMatRixf(){ return (rows==cols) } //判断矩阵是否为方阵 modifyrowscols(int rows,int cols) //修改矩阵的行列数 ~MatRix() {delete []elems } //析构函数
上传时间: 2015-07-14
上传用户:水口鸿胜电器
computes the eigenvalues of a symmetric tridiagonal * MatRix T. The user may ask for all eigenvalues, all eigenvalues in the half-open interval (VL, VU], or the IL-th through IU-th eigenvalues.
标签: T. eigenvalues tridiagonal eigenvalue
上传时间: 2014-01-21
上传用户:CSUSheep
THIS M-FILE USES THE TRANFER MatRix METHOD TO EVALUATE THE COUPLED-MODE %EQUATIONS. THE REFLECTION SPECTRUM OF THE GRATING AND THE TRANSMISSION %SPECTRUM, DELAY AND DISPERSION OF THE FABRY-PEROT FILTER ARE SIMULATED
标签: THE COUPLED-MODE REFLECTION EQUATIONS
上传时间: 2015-08-11
上传用户:CHINA526
TRANSFER MatRix FORMALISM FOR GRATINGS WITH DEFECTS AND GAIN
标签: FORMALISM TRANSFER GRATINGS DEFECTS
上传时间: 2015-08-11
上传用户:yuzsu
Matlab codes for random MatRix theory.
标签: Matlab random MatRix theory
上传时间: 2015-08-21
上传用户:kytqcool
Random MatRix theory - exercise.
标签: exercise Random MatRix theory
上传时间: 2013-12-13
上传用户:xiaoxiang