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

Take the inverse hyperbolic sine of a matrix entry. More...

#include <math_helpers.hpp>

Detailed Description

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

Take the inverse hyperbolic sine of a matrix entry.

This class computes the inverse hyperbolic 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).

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

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