Re: [Pdl-devel] pdl complex support mostly ready

2019-05-21 Thread Luis Mochan
Dear Ingo, On Wed, May 22, 2019 at 02:15:24AM +0200, Albrecht Ingo Schmid wrote: > Dear all, > > I've been working on native complex number support and got it to the > stage of passing all tests on my linux box. Each element of a piddle is > a complex number, no more hassle whether the first dime

Re: [Pdl-devel] pdl complex support mostly ready

2019-05-21 Thread Albrecht Ingo Schmid
o be sure to be in the right branch. i mostly lack time to work on this. best Ingo Sent from MailDroid <https://goo.gl/ODgwBb> -Original Message- From: "Ed ." To: "ingo...@gmx.at" , pdl-devel Sent: Sun, 21 Apr 2019 19:33 Subject: RE: [Pdl-devel] pdl complex suppor

Re: [Pdl-devel] pdl complex support

2019-04-21 Thread Ed .
:00 PM To: pdl-devel; Ed . Subject: RE: [Pdl-devel] pdl complex support yes, i agree with most of what you say. Let me just say that I didn't understand the internals when I started and still don't really in many places. so a lot of the changes were and are trial and error. tests are

Re: [Pdl-devel] pdl complex support

2019-04-21 Thread ingosch
best Ingo Sent from MailDroid -Original Message- From: "Ed ." To: "ingo...@gmx.at" , pdl-devel Sent: Sun, 21 Apr 2019 19:33 Subject: RE: [Pdl-devel] pdl complex support I don’t have much help to offer for the complex stuff currently, only a couple of thoughts. Looki

Re: [Pdl-devel] pdl complex support

2019-04-21 Thread Ed .
:36 AM To: pdl-devel; Ed . Subject: Re: [Pdl-devel] pdl complex support Ed, great, that split helps development, I'm sure. basic complex number support seems to work. Currently, I face two issues: print does not do what i want. it seems to ignore my format. the other is abs. i need to set output

Re: [Pdl-devel] pdl complex support

2019-04-21 Thread ingosch
most basic math should as well. to display, use print on creal/cimag. tests are missing Best wishes Ingo Sent from MailDroid -Original Message- From: "Ed ." To: Ingo Schmid , pdl-devel Sent: Sun, 21 Apr 2019 8:24 Subject: Re: [Pdl-devel] pdl complex support Hi PDL Porters,

Re: [Pdl-devel] pdl complex support

2019-04-20 Thread Ed .
ilto:ingo...@gmx.at> ; pdl-devel<mailto:pdl-devel@lists.sourceforge.net> Subject: Re: [Pdl-devel] pdl complex support Hi Ingo, > I and my group use it daily for scientific use in medical imaging Great to know. Yes, you won’t be able to update the main pdl repo yourself. A fork is the “no

Re: [Pdl-devel] pdl complex support

2019-04-16 Thread Ed .
Hi Ingo, > I and my group use it daily for scientific use in medical imaging Great to know. Yes, you won’t be able to update the main pdl repo yourself. A fork is the “normal” way to go about this. This looks like the branch you’re working on? https://github.com/PDLPorters/pdl/compare/master..