### Description `dense_vector` should support arithmetic functions: - Add - Subtract - Multiply - Divide It should support: - Vector versions (when both arguments are dense_vectors) - Scalar versions (when an argument is a dense_vector and the other is a scalar)
Description
dense_vectorshould support arithmetic functions:It should support: