Hi All,

I've moved the cblas implementations of the dot and inner functions from
_dotblas down into multiarray. The only reason to retain the _dotblas file
at this point is the vdot function. I think that vdot belongs in the linalg
module, but another option is to make it part of multiarray where it sort
of complements the inner function.

Opinions?

Chuck
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to