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

Compute the natural log of 1 + each element of a Matrix.

This function computes the natural log of 1 + each element of a Matrix.

Parameters:
AMatrix whose logs are of interest
See also:
log()
log10()
logb()