Merge pull request #196 from jeremy-feng/master

Fixed a typo
This commit is contained in:
Nicolas P. Rougier 2023-04-03 09:24:11 +02:00 committed by GitHub
commit a4ac12cdc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1246,7 +1246,7 @@ S[2,3] = 42
print(S)
< q86
Consider a set of p matrices wich shape (n,n) and a set of p vectors with shape (n,1). How to compute the sum of of the p matrix products at once? (result has shape (n,1)) (★★★)
Consider a set of p matrices with shape (n,n) and a set of p vectors with shape (n,1). How to compute the sum of of the p matrix products at once? (result has shape (n,1)) (★★★)
< h86
hint: np.tensordot