PDLPorters / pdl-linearalgebra

https://p3rl.org/PDL::LinearAlgebra
1 stars 7 forks source link

msolve (PDL::LinearAlgebra) problems with scalar complex #11

Closed guillepo closed 2 years ago

guillepo commented 2 years ago

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

mohawk2 commented 2 years ago

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!