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

Compute the logb each element of a Matrix.

This function computes the log base b of each element of a Matrix.

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

References SCYTHE_CHECK_10.