PDLPorters/pdl-linearalgebra

msolve (PDL::LinearAlgebra) problems with scalar complex

Closed this issue · 1 comments

Dear development,
please check the trivial case

$A=[[i(),0],[0,i()]];
$B=[[1],[1]]]->r2C;
$X=msolve($A,$B);

seems that LU decomposition in not using the proper complex library
Regrads

I transferred this from pdl because it's a PDL::LinearAlgebra problem. However, I now see you've reported the same issue in #10 so I'll close this and track the issue there. Thank you for the report!