I have a n x n matrix and I would like to use cublas to basically just scale each column by some valu. So I would like to pass a vector and this matrix and the column entries entries (:, k) of the matrix should be multiplied by the kth element of the input vector.