Re: [Pdl-devel] Pdlpp modules

2025-01-13 Thread Luis Mochan
Hi Ed, On Mon, Jan 13, 2025 at 07:05:38PM +, Ed . wrote: > Glad to hear! By the way, if it's only for the sake of that one function, > would you like to add it to PDL::Ops, ideally called sqrt_upper, and with the > Pars typespec of !real and complex-only datatypes? If you'd like to PR that,

Re: [Pdl-devel] Pdlpp modules

2025-01-13 Thread Ed .
as well be there for completeness. Best regards, Ed From: Luis Mochan Sent: 12 January 2025 00:38 To: Ed . ; perldl ; perldl Subject: Re: [Pdl-devel] Pdlpp modules On Sat, Jan 11, 2025 at 11:52:53AM -0600, Luis Mochan wrote: > I didn't know (or had forgotten) ab

Re: [Pdl-devel] Pdlpp modules

2025-01-11 Thread Luis Mochan
Hi again, By the way, I made a small package which may be useful (unless its functionality is already part of PDL and I missed it): PDL::ApplyDim. The idea is to factor out a common shuffling and unshuffling of indices before calling pdl functions/methods that act only on the first dimension(s). S

Re: [Pdl-devel] Pdlpp modules

2025-01-11 Thread Luis Mochan
On Sat, Jan 11, 2025 at 11:52:53AM -0600, Luis Mochan wrote: > I didn't know (or had forgotten) about the pptemplate; I'll try it, thanks. > ... With pptemplate things worked and installed without problem, thanks. Regards, Luis --

Re: [Pdl-devel] Pdlpp modules

2025-01-11 Thread Luis Mochan
> Best regards, > Ed > > > From: Luis Mochan > Sent: 11 January 2025 03:16 > To: perldl ; perldl > > Subject: [Pdl-devel] Pdlpp modules > > > Hi, > > I started experimenting with installing distributions that use > Inline:

Re: [Pdl-devel] Pdlpp modules

2025-01-10 Thread Ed .
5 03:16 To: perldl ; perldl Subject: [Pdl-devel] Pdlpp modules Hi, I started experimenting with installing distributions that use Inline::Pdlpp code and Inline::Module. Following a mixture of instructions I found in the documentation of Inline::Module, Inline::Module::Tutorial and Inline::Pdlpp I h

[Pdl-devel] Pdlpp modules

2025-01-10 Thread Luis Mochan
Hi, I started experimenting with installing distributions that use Inline::Pdlpp code and Inline::Module. Following a mixture of instructions I found in the documentation of Inline::Module, Inline::Module::Tutorial and Inline::Pdlpp I had success running under Perl-5.36.0, i.e., I could use the