pub fn lgamma<T: HasAfEnum>(input: &Array<T>) -> Array<T::AbsOutType>where
T::AbsOutType: HasAfEnum,Expand description
Compute the logarithm of absolute values of gamma function
This is an element wise unary operation.
pub fn lgamma<T: HasAfEnum>(input: &Array<T>) -> Array<T::AbsOutType>where
T::AbsOutType: HasAfEnum,Compute the logarithm of absolute values of gamma function
This is an element wise unary operation.