Re: [Pdl-general] [Pdl-devel] native complex and PDL::LinearAlgebra

2021-09-25 Thread Ed .
Thank you. Now merged your change (thanks for adding tests too) and released 0.23. From: Luis Mochan Sent: 25 September 2021 18:49 To: perldl; perldl Subject: Re: [Pdl-devel] native

Re: [Pdl-general] [Pdl-devel] native complex and PDL::LinearAlgebra

2021-09-25 Thread Luis Mochan
On Sat, Sep 25, 2021 at 03:33:29PM +, Ed . wrote: > Hi Luis, > > I’ll take a look shortly (in the final stages of getting the multi-C to > work). Can you confirm whether this worked according to your expectation in > 2.057? This failed in 2.057. Best regards, Luis > From: Luis

Re: [Pdl-general] [Pdl-devel] native complex and PDL::LinearAlgebra

2021-09-25 Thread Ed .
Hi Luis, I’ll take a look shortly (in the final stages of getting the multi-C to work). Can you confirm whether this worked according to your expectation in 2.057? Best regards, Ed From: Luis Mochan Sent: 25 September 2021 15:49 To:

[Pdl-general] native complex and PDL::LinearAlgebra

2021-09-25 Thread Luis Mochan
Hi, Congrats on the new release. I found an error in PDL::LinearAlgebra. pdl> use PDL::LinearAlgebra pdl> $a=(1+sequence(2,2))*i() pdl> p $a [ [ i 2i] [3i 4i] ] pdl> p $a->mdet 0# instead of 2 I believe the problem lies in the code that distinguishes