This project is a C++ library that implements data types for vectors and matrices, offering a comprehensive set of mathematical operations commonly used in various applications. This section ...
IMT2020038 Pratham: Understood source code, took care of JUnit unit testing (80%) IMT2020067 Rishi: Found source code, modified it acc. to need, took care of PIT mutation testing, did some unit ...
Abstract: Sparse Matrix-Vector Multiplication (SpMV) operation is widely used in many iterative numerical algorithms, such as high performance computing, machine learning, and graph processing.