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

jax.numpy.ndarray