tatami
C++ API for different matrix representations
|
Apply the gamma function to a matrix entry. More...
#include <math_helpers.hpp>
Apply the gamma function to a matrix entry.
This class applies the gamma function to 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. |