8 #ifndef EXPLICIT_MAPMAKING_RHS_HPP
9 #define EXPLICIT_MAPMAKING_RHS_HPP
18 RHS(
Grid* grid,
DataManager* data_manager,
int rhs_side) : data_manager_(data_manager),
19 Matrix(grid, rhs_side, 1) {}
27 virtual void UpdateRHS(
const double& contrib,
const CES& ces,
const int t, std::vector<double>& rhs) = 0;
32 #endif // EXPLICIT_MAPMAKING_RHS_HPP
Definition: data_manager.hpp:21
Distributed matrix (see scalapack)
Definition: matrix.hpp:22