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

Compute the log base 10 of each element of a Matrix.

This function computes the log base 10 of each element in a matrix, A.

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