tatami
C++ API for different matrix representations
|
Use a matrix entry as an exponent. More...
#include <math_helpers.hpp>
Use a matrix entry as an exponent.
This class computes exp()
on 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. |