tatami
C++ API for different matrix representations
|
Take the logarithm of a matrix entry. More...
#include <math_helpers.hpp>
Public Member Functions | |
DelayedUnaryIsometricLog () | |
DelayedUnaryIsometricLog (Base_ base) | |
Take the logarithm of a matrix entry.
This class takes the logarithm 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).
InputValue_ | Type of the matrix value to use in the operation. |
Base_ | Numeric type for the log base. |
|
inline |
Defaults to the natural log.
|
inline |
base | Base of the logarithm. |