8 #ifndef EXPLICIT_MAPMAKING_RHS_TEMP_HPP
9 #define EXPLICIT_MAPMAKING_RHS_TEMP_HPP
19 RHS(grid, data_manager, data_manager->n_pixel()) {}
22 inline void UpdateRHS(
const double& contrib,
const CES& ces,
const int t, std::vector<double>& rhs) {
23 rhs[ces.pixel(t)] += contrib;
28 #endif // EXPLICIT_MAPMAKING_RHS_TEMP_HPP
Definition: data_manager.hpp:21
Definition: rhs_temp.hpp:15
Definition: matrix.hpp:22
Abstract class for the RHS matrix construction.