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