[Numpy-discussion] What to do about vdot?

Charles R Harris charlesr.harris at gmail.com
Sun Aug 17 17:37:07 EDT 2014


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20140817/8d3ae301/attachment.html>


More information about the NumPy-Discussion mailing list