Contents:
Checks if an array is a Hermitian matrix
A (jax.numpy.ndarray) – A JAX array
True if the array is a Hermitian matrix, False otherwise.
bool