18092, "prashanth018", "Functionality to Multiply a Sparse and a Dense Matrix.", "2021-07-21T19:34:55Z"
Summary of Problem
Linear Algebra module currently doesn't support the multiplication of a sparse and a dense matrix. I have added a preliminary implementation in this feature.
Open Questions:
- Should the method return a Sparse or Dense matrix? Currently, the method returns a Dense matrix.