random_antisymmetric_matrix#
- random_antisymmetric_matrix(dim, seed=None)[fuente]#
Return a random antisymmetric matrix.
- Parámetros:
dim (int) – The width and height of the matrix.
seed (Any) – The pseudorandom number generator or seed. Should be a valid input to
numpy.random.default_rng()
.
- Devuelve:
The sampled antisymmetric matrix.
- Tipo del valor devuelto: