回答編集履歴
1
answer
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
出力の形式が異なりますが、`scipy.io.mmwrite` を利用するとよいかもしれません。
|
|
1
|
+
出力の形式が異なりますが、[`scipy.io.mmwrite`](https://docs.scipy.org/doc/scipy/reference/generated/scipy.io.mmwrite.html) を利用するとよいかもしれません。
|
|
2
2
|
|
|
3
3
|
```python
|
|
4
4
|
from scipy.sparse import csr_matrix
|