Below is a brief description of the matrix operations that need to be implemented in the development library. They are similar to the operations you performed earlier in "Structured Programming", so ...
/// @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 ...