Mvlgamma ======== Computes the multivariate log-gamma function. **Abstract Signature:** ``Mvlgamma(input: Tensor, p: int)`` .. raw:: html

PyTorch

API: torch.mvlgamma
Strategy: Direct Mapping

JAX (Core)

API: jax.scipy.special.multigammaln
Strategy: Direct Mapping

NumPy

API: scipy.special.multigammaln
Strategy: Direct Mapping

TensorFlow

API: tf.math.mvlgamma
Strategy: Direct Mapping