Cholesky decomposition: Difference between revisions

Content added Content deleted
m (Automated syntax highlighting fixup (second round - minor fixes))
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 3,759: Line 3,759:
End Function
End Function
</syntaxhighlight>
</syntaxhighlight>
=={{header|Vlang}}==
=={{header|V (Vlang)}}==
{{trans|go}}
{{trans|go}}
<syntaxhighlight lang="vlang">import math
<syntaxhighlight lang="v (vlang)">import math


// Symmetric and Lower use a packed representation that stores only
// Symmetric and Lower use a packed representation that stores only
Line 3,882: Line 3,882:
9.89949 1.62455 1.84971 1.3926
9.89949 1.62455 1.84971 1.3926
</pre>
</pre>

=={{header|Wren}}==
=={{header|Wren}}==
{{libheader|Wren-matrix}}
{{libheader|Wren-matrix}}