-
-
-
[
C/C++]
iml.zip
... routines to solve nonsingular systems of
linear equations, certified solve any shape systems of linear equations,
and perform mod p matrix operations, such as computing row-echelon form,
determinant, rank profile, inverse of a mod p matrix.
Category:
Algorithm Upload User:
cyl690607 Size:
402K
-
[
C/C++]
matrix.rar
Implementation using C language array and matrix, matrix and matrix multiplication.
Category:
Algorithm Upload User:
pcbzkt Size:
2K
-
[
C/C++]
matrix.rar
Complex matrix computation, simulation model for the underlying communication algorithms.
-
-
[
Matlab]
melbankm.rar
MELBANKM determine matrix for a mel-spaced filterbank
Category:
matlab Upload User:
rd2355550 Size:
2K
-
-
[
Matlab]
moving_average_v3.1.zip
... . The method is really fast.
MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1 ... or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by ...
Category:
matlab Upload User:
zjanan02 Size:
98K
-
[
C/C++]
redundantpaths.rar
... .e., the vertices may repeat but they are all edge-disjoint i.e., no two paths have the same edges. The input is the adjacency matrix of a directed acyclic graph and a pair(s) of source and destination vertices and the output should be the number of such ...
-
[
C/C++]
ShortestPaths.rar
... (e.g., 0.25, 0.75, 3.75 etc) or integers (2, 3). There are no negative edges. Given such a graph as input, you are to output the shortest path between any two given vertices. Input is the adjacency matrix and the two vertices. You must output the path.