Singular value decomposition: Difference between revisions

m
(→‎{{header|Wren}}: Replaced existing solution with one which uses GSL.)
Line 243:
{{libheader|GNU Scientific Library}}
{{libheader|Wren-fmt}}
An embedded solution so we can use GSL to perform SVD on any m x n matrix htoughthough the example here is for a 2 x 2 matrix.
<syntaxhighlight lang="ecmascript">/* svd_emdedded.wren */
 
9,476

edits