This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
SRI-DYZBC2
/
Vehicle-cpp
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Drzewo:
e6b2cb2e99
Gałęzie
Tagi
master
Vehicle-cpp
/
hkpc
/
software
/
scipy
/
linalg
/
tests
/
test_misc.py
test_misc.py
76 B
Historia
Czysty
1
2
3
4
5
from scipy.linalg import norm
def test_norm():
assert norm([]) == 0.0