Module generate

Source
Expand description

Generator functions for matrices

Functionsยง

conjugate
Hermite conjugate matrix
from_diag
construct matrix from diag
hstack
stack vectors into matrix horizontally
random
Generate random array with given shape
random_hermite
Random Hermite matrix
random_hermite_using
Random Hermite matrix with given RNG
random_hpd
Random Hermite Positive-definite matrix
random_hpd_using
Random Hermite Positive-definite matrix with given RNG
random_regular
Generate random regular matrix
random_regular_using
Generate random regular matrix with given RNG
random_unitary
Generate random unitary matrix using QR decomposition
random_unitary_using
Generate random unitary matrix using QR decomposition with given RNG
random_using
Generate random array with given RNG
vstack
stack vectors into matrix vertically