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
- random_
hermite - Random Hermite matrix
- random_
hpd - Random Hermite Positive-definite matrix
- random_
regular - Generate random regular matrix
- random_
unitary - Generate random unitary matrix using QR decomposition
- vstack
- stack vectors into matrix vertically