template<typename InputValue_ = double, typename Base_ = InputValue_>
class tatami::DelayedUnaryIsometricLog1p< InputValue_, Base_ >
Take the logarithm of a matrix entry plus 1.
This class computes the log1p
of each element of a Matrix
. It should be used as the Operation_
in the DelayedUnaryIsometricOperation
class. It may be used regardless of whether InputValue_
and OutputValue_
are equal (or not).
- Template Parameters
-
InputValue_ | Type of the matrix value to use in the operation. |
Base_ | Numeric type for the log base. |