Matrix generatorsΒΆ

Here the matrix generators with automatically memory allocation.

cmatrix.Laplacian_mean

Laplacian mean matrix generator.

cmatrix.gaussian

Generate Gaussian square base matrix.

cmatrix.mean_filter

Generate a mean filter matrix.

cmatrix.rand_perm

Generate a random permutation matrix size x size

cmatrix.unit

Generate the unit matrix.

cmatrix.zeros

Generate the zeros matrix.