01:49
To: pdl-devel@lists.sourceforge.net<mailto:pdl-devel@lists.sourceforge.net>;
perldl<mailto:pdl-gene...@lists.sourceforge.net>
Subject: Re: [Pdl-devel] PDL 2.049 released
One detail to be aware of:
pdl> p i()->info
PDL: CDouble D []
pdl> use PDL::Complex
One detail to be aware of:
pdl> p i()->info
PDL: CDouble D []
pdl> use PDL::Complex
pdl> p i()->info
PDL::Complex: Double D [2]
Thus, the function i() is modified when loading PDL::Complex!
Regards,
Luis
On Mon, May 31, 2021 at 11:20:47PM +, Ed . wrote:
> Dear PDL folk
Congrats!
Luis
On Mon, May 31, 2021 at 11:20:47PM +, Ed . wrote:
> Dear PDL folks,
>
> PDL 2.049 has just been released. Notable changes:
>
> Matrix stuff:
> - MatrixOps::identity now preserves higher dims on multi-dim input
> - MatrixOps::lu_decomp now preserves inplace flag on input
> - Ma
Dear PDL folks,
PDL 2.049 has just been released. Notable changes:
Matrix stuff:
- MatrixOps::identity now preserves higher dims on multi-dim input
- MatrixOps::lu_decomp now preserves inplace flag on input
- MatrixOps::lu_backsub now gets output dims right including inplace - thanks
@wlmb for r