Singular value decomposition: Difference between revisions

Content added Content deleted
(→‎{{header|J}}: another example)
Line 260: Line 260:
└──────────────────────────────┴────────────────────────┴─────────────────────────────┘</syntaxhighlight>
└──────────────────────────────┴────────────────────────┴─────────────────────────────┘</syntaxhighlight>


<span style="background-color: black">File i/o is also implementable, though the current task specification (where the input matrix format is different from the output matrix format) seems unnecessary.</span>
<span style="background-color: black">File i/o is also implementable, though the current task specification (where the input matrix format (explicit shape) is different from the output matrix format (implicit shape)) seems unnecessary for svd.</span>


=={{header|Java}}==
=={{header|Java}}==