This website works better with JavaScript.
首頁
探索
說明
登入
pete
/
permanent
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Update README.md
master
Pete Shadbolt
9 年之前
父節點
0209bbe17b
當前提交
d97f0b7c6a
共有
1 個文件被更改
,包括
4 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-3
README.md
+ 4
- 3
README.md
查看文件
@@ -1,10 +1,11 @@
# Compute the Permanent
Implements Ryser's algorithm for the [permanent](https://en.wikipedia.org/wiki/Permanent)
Should install with
Implements Ryser's algorithm for the [permanent](https://en.wikipedia.org/wiki/Permanent).
Install:
```bash
$ pip install permanent
```
Then
Use:
```python
>>> from numpy import *
>>> from permanent import permanent
Write
Preview
Loading…
取消
儲存