回答編集履歴

1

修正

2020/04/25 10:56

投稿

segavvy
segavvy

スコア1038

test CHANGED
@@ -1,4 +1,4 @@
1
- `np.dot(A, data.reshape([k, n]).T).T.reshape([-1])`
1
+ `result = np.dot(A, data.reshape([k, n]).T).T.reshape([-1])`
2
2
 
3
3
 
4
4