Multiplies corresponding elements of two sparse vectors.
Usage
sparse_mult(x, y, ...)
# S4 method for class 'sparse_numeric,sparse_numeric'
sparse_mult(x, y, ...)
Arguments
- x, y
sparse_numeric objects.
- ...
Ignored; included for method compatibility.
Value
A sparse_numeric representing the elementwise product.