Jump to content

Singular value decomposition: Difference between revisions

m
Modify Python's format
m (Add remarks)
m (Modify Python's format)
Line 104:
 
=={{header|Python}}==
{{libheader|numpy}}
This implementation uses "numpy" library.
<syntaxhighlight lang=python>
from numpy import *
43

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.