|
tatami_stats
Matrix statistics for tatami
|
#include <range.hpp>
Public Attributes | |
| std::vector< Output_ > | minimum |
| std::vector< Output_ > | maximum |
Results of range().
| Output_ | Floating-point type of the output data. This should be capable of storing NaNs. |
| std::vector<Output_> tatami_stats::RangeResult< Output_ >::minimum |
Vector of length equal to the number of rows/columns (depending on row), containing the minimum value for each row/column.
| std::vector<Output_> tatami_stats::RangeResult< Output_ >::maximum |
Vector of length equal to the number of rows/columns (depending on row), containing the maximum value for each row/column.