|
From: | Nicholas Jankowski |
Subject: | Re: Order of matrix multiplication |
Date: | Mon, 12 Sep 2016 15:54:47 -0400 |
FYI, numpy has a special function np.linalg.multi_dot to do this. https://github.com/numpy/Their code has very detailed explanation of the well-known algorithm.numpy/blob/ b91e8d8f164731bb710cc1e5173cc8 ec3f8fadf5/numpy/linalg/ linalg.py
[Prev in Thread] | Current Thread | [Next in Thread] |