We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
schur
1 parent 793fd8f commit 1f9eb82Copy full SHA for 1f9eb82
lib/PDL/LinearAlgebra.pm
@@ -2798,7 +2798,7 @@ sub PDL::mgeigenx {
2798
} elsif ($info) {
2799
laerror("mgeigenx: Error from hgeqz or tgevc");
2800
}
2801
- $result{qw(aschur bschur)} = map $_->t, $a, $b if $opt{schur};
+ @result{qw(aschur bschur)} = map $_->t, $a, $b if $opt{schur};
2802
$result{balance} = cat $ilo, $ihi if $opt{permute};
2803
@result{qw(info anorm bnorm)} = ($info, $abnrm, $bbnrm);
2804
@result{qw(lscale rscale)} = ($lscale, $rscale) if $opt{scale};
0 commit comments