Scythe-1.0.3
template<matrix_order RO, matrix_style RS, typename T , matrix_order PO, matrix_style PS>
Matrix<T,RO,RS> scythe::lgamma ( const Matrix< T, PO, PS > &  A)

Compute the natural log of the absolute value of the gamma function.

This function computes the absolute value of the Gamma Function, evaluated at each element of the input matrix A.

Parameters:
AMatrix whose elements will serve as inputs for the Gamma Function
See also:
log()