Deconvolution/1D: Difference between revisions

Content added Content deleted
m (→‎{{header|Perl}}: Fix link: Perl 6 --> Raku)
m (→‎{{header|Raku}}: Fix link: Perl 6 --> Raku)
Line 1,182: Line 1,182:
{{works with|Rakudo|2018.02}}
{{works with|Rakudo|2018.02}}


Translation of Python, using a modified version of the Reduced Row Echelon Form subroutine <code>rref()</code> from [[Reduced row echelon form#Perl 6|here]].
Translation of Python, using a modified version of the Reduced Row Echelon Form subroutine <code>rref()</code> from [[Reduced row echelon form#Raku|here]].


<lang perl6>sub deconvolve (@g, @f) {
<lang perl6>sub deconvolve (@g, @f) {