An open API service indexing awesome lists of open source software.

https://github.com/mschauer/randomtestmatrices.jl

A small module providing various random matrices. These are for testing and debugging purposes.
https://github.com/mschauer/randomtestmatrices.jl

Last synced: 4 months ago
JSON representation

A small module providing various random matrices. These are for testing and debugging purposes.

Awesome Lists containing this project

README

          

# RandomTestMatrices

A small module providing random test matrices. These are for testing and debugging purposes, for random matrix ensembles with known limiting distributions, see the package RandomMatrices.jl .

randsym(d)
Gaussian random symmetric matrix of dimension ``d``.

randantisym(d)
Gaussian antisymmetric matrix

randposdef(d, n = d)
Random positive definite matrix of dimension ``d`` from the Laguerre ensemble ``n``.

randstable(d)
Random stable matrix (matrix with eigenvalues with negative real part) with dimension ``d``.

randunitary(d)
Random unitary matrix of dimension ``d``.

randorth(d)
Orthogonal matrix drawn according to the Haar measure on the group of orthogonal matrices.

randnormal(d)
Random normal matrix of dimension ``d``.