#include "genesis/utils/containers/matrix.hpp"
#include "genesis/utils/color/color.hpp"
#include "genesis/utils/color/map.hpp"
#include <limits>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
|
| genesis |
| Container namespace for all symbols of genesis in order to keep them separate when used as a library.
|
|
| genesis::utils |
|
|
std::unique_ptr< ColorNormalization > | make_heatmap_color_norm (Matrix< double > const &values, HeatmapParameters const ¶meters) |
|
Matrix< Color > | make_heatmap_matrix (Matrix< double > const &values, HeatmapParameters const ¶meters) |
|