Something went wrong while setting issue due date.
Add scalar multiplicator parameter to vectorProduct in other sparse matrix formats
In 30b25f63, the multiplicator
parameter was added to the vectorProduct
method in the Ellpack format to be able to compute outVector = multiplicator * matrix * inVector
in one step. The parameter should be added to other sparse matrix formats as well.