On 22/8/23 02:25, Dylon Edwards wrote:
It is my understanding that Numpy accelerates array operations with BLAS where possible, but BLAS does not support all the dtypes that Numpy does. How does Numpy model non-float arrays like arrays of dtype=bool or dtype=object?
Numpy only uses BLAS where it can. Where it cannot it doesn't use BLAS. Is there a particular operation you are interested in?
Matti _______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: [email protected]
