Deconvolution/2D+: Difference between revisions

m
→‎{{header|Tcl}}: formatting (oops!)
(→‎Tcl: Added implementation)
m (→‎{{header|Tcl}}: formatting (oops!))
Line 231:
}</lang>
Demonstrating how to use for the 3-D case:
<lang tcl># A pretty-printer
proc pretty matrix {
set size [rank $matrix]
Line 293:
[-3, 7, -2, -3]]
</pre>
 
=={{header|Ursala}}==
This is done mostly with list operations that are either primitive or standard library functions in the language (e.g., <code>zipp</code>, <code>zipt</code>, and <code>pad</code>). The equations are solved by
Anonymous user