This website works better with JavaScript.
Home
Explore
Help
Sign In
pete
/
permanent
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
README
master
Pete Shadbolt
8 years ago
parent
3e4fc54afb
commit
16ab7cbb19
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+1
-1
README.md
+ 1
- 0
.gitignore
View File
@@ -1,5 +1,6 @@
.pypirc
*.pdf
.noseids
# Byte-compiled / optimized / DLL files
__pycache__/
+ 1
- 1
README.md
View File
@@ -9,6 +9,6 @@ Use:
```python
>>> from numpy import *
>>> from permanent import permanent
>>> permanent(eye(15
)
)
>>> permanent(eye(15
, dtype=complex
)
(1-0j)
```
Write
Preview
Loading…
Cancel
Save