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 |
| |
|
| template<class ColorNorm > |
| Matrix< utils::Color > | heat_map_matrix_range_ (Matrix< double > const &values, HeatmapParameters const ¶meters) |
| |
| template<class ColorNorm > |
| Matrix< utils::Color > | heat_map_matrix_range_all_ (Matrix< double > const &values, HeatmapParameters const ¶meters) |
| |
| template<class ColorNorm > |
| Matrix< utils::Color > | heat_map_matrix_range_col_ (Matrix< double > const &values, HeatmapParameters const ¶meters) |
| |
| template<class ColorNorm > |
| Matrix< utils::Color > | heat_map_matrix_range_row_ (Matrix< double > const &values, HeatmapParameters const ¶meters) |
| |
| MinMaxPair< double > | heat_map_matrix_update_min_max_ (MinMaxPair< double > const &min_max, HeatmapParameters const ¶meters) |
| |
| 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) |
| |