-
-
[
Matlab]
Girth-8QCL-PDC.rar
The program contructs column-weight three girth-eight QC-LPDC codes given row-weight and sub-matrix size. row-weights and sub-matrices sizes are variable
-
[
Matlab]
dijkstra.rar
... s single source shortest path algorithm. The function takes a graph (which may be sparse) as an input and returns the matrix of shortest distances between all of the nodes. Additionally, individual source and sink nodes may be specified as additional ...
Category:
matlab Upload User:
zqemid3000 Size:
1K
-
[
Matlab]
strcov.rar
... a covariance matrix as input and returns the Toeplitz matrix that lies closest to it, in the sense that it minimizes the Kullback-Leibler divergence between the two. Input must be a real, square, symmetric and positive semi-definite matrix.
Category:
matlab Upload User:
szcefcc Size:
1K
-
[
C/C++]
matrix.rar
Matrix finishing, the matrix can be calculated arranged in the form of a mathematical convenience, convenient to call.
-
-
-
[
C/C++]
span_forest.rar
... number of fores ts 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 wit h 0 diagonal. but uses only the upper ...
-
-
[
Visual C++ (VC++)]
hafnian.rar
Computes the hafnian of a nonnegative inte ger matrix. Notes : Copy hafnian.c to main.c, in the same directory as Rothberg's code (see abo ve). You can download the. tar directory with th e code weighted-match.tar here. Then "make" th e ...
-
[
Visual C++ (VC++)]
DB05.rar
matrix algorithm with Type category created matrix array object matrix (int rows, int cols)// create matrix, value of 0 matrix (int n)// create units matrix array (const matrix
Category:
Algorithm Upload User:
cnycczj Size:
50K