hello,
i'm looking for a lapack function equivalent to MATLAB's "./" operation which e.g. for two vectors x and y of the same dimensions does element wise division, i.e. it returns a vector of the same dimentions as x and y whose elements are x_i/y_i.
is there anything similar in lapack?
thanks a lot!

