tatami
C++ API for different matrix representations
Loading...
Searching...
No Matches
List of all members
tatami::DelayedUnaryIsometricLgamma< InputValue_ > Class Template Reference

Apply the log-gamma function to a matrix entry. More...

#include <math_helpers.hpp>

Detailed Description

template<typename InputValue_ = double>
class tatami::DelayedUnaryIsometricLgamma< InputValue_ >

Apply the log-gamma function to a matrix entry.

This class applies the log-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).

Template Parameters
InputValue_Type of the matrix value to use in the operation.

The documentation for this class was generated from the following file: