DOC: how to find your way in the code, for instance the dot function #15567
Labels
04 - Documentation
component: numpy._core
sprintable
Issue fits the time-frame and setting of a sprint
I've been trying to figure out how
np.dot
works for multi-dimensional arrays (dimension > 2). I couldn't quite locate where this is specified in the source code. I assume this is done in C with multiple calls to cblasgemm
. Any pointers will be most appreciated!The text was updated successfully, but these errors were encountered: