cr.nimble.mat_hermitian¶
- cr.nimble.mat_hermitian(a)[source]¶
Returns the conjugate transpose of an array of matrices
- Parameters
A (jax.numpy.ndarray) – A JAX array (2 or more dimensions)
- Returns
Conjugate transpose of the array
- Return type
Returns the conjugate transpose of an array of matrices
A (jax.numpy.ndarray) – A JAX array (2 or more dimensions)
Conjugate transpose of the array