|
tatami_stats
Matrix statistics for tatami
|
Result buffers for range().
More...
#include <range.hpp>
Public Attributes | |
| Output_ * | minimum |
| Output_ * | maximum |
Result buffers for range().
| Output_ | Floating-point type of the output data. This should be capable of storing NaNs. |
| Output_* tatami_stats::RangeBuffers< Output_ >::minimum |
Pointer to an array of length equal to the number of rows/columns (depending on row). After calling range(), this is filled with the minimum value for each row/column.
| Output_* tatami_stats::RangeBuffers< Output_ >::maximum |
Pointer to an array of length equal to the number of rows/columns (depending on row). After calling range(), this is filled with the maximum value for each row/column.