Polygamma
Source:R/gen-namespace-docs.R
, R/gen-namespace-examples.R
, R/wrapers.R
torch_polygamma.Rd
Polygamma
polygamma(n, input, out=NULL) -> Tensor
Computes the input
.
Examples
if (torch_is_installed()) {
if (FALSE) { # \dontrun{
a = torch_tensor(c(1, 0.5))
torch_polygamma(1, a)
} # }
}