bool eqMatrix(const Matrix& other) Checks matrices for equality with each other. void sumMatrix(const Matrix& other) Adds the second matrix to the current one different matrix dimensions. void ...
/// @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 ...