/// @brief Module for handling the matrix-vector multiplication as a part of solving the 1d PDE for heat diffusion. /// Options are: /// 1. 'manual' : using explicit triple loop for matrix-vector ...