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

Take the ceiling of a matrix entry. More...

#include <math_helpers.hpp>

Detailed Description

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

Take the ceiling of a matrix entry.

This class takes the ceiling 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: