We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f6c92b commit 46c152cCopy full SHA for 46c152c
1 file changed
README.rst
@@ -642,10 +642,10 @@ Expert
642
print S
643
644
# It works, because:
645
- # M is (P, N, N)
646
- # V is (P, N, 1)
+ # M is (p,n,n)
+ # V is (p,n,1)
647
# Thus, summing over the paired axes 0 and 0 (of M and V independently),
648
- # and 2 and 1, to remain with a Mx1 vector.
+ # and 2 and 1, to remain with a (n,1) vector.
649
650
651
Master
0 commit comments