tatami
C++ API for different matrix representations
|
Take the sine of a matrix entry. More...
#include <math_helpers.hpp>
Take the sine of a matrix entry.
This class computes the sine 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. |