Re: I would like to work with developer to improve solve in Calc

2020-05-04 Thread julien2412
Hello Guthrie, Waiting for Tomaž feedback, you can start with retrieving LO code source locally and build it, see https://wiki.documentfoundation.org/Development/GetInvolved Then I agree with Jean-Baptiste, you shouldn't try to include Fortran but translate this piece of code towards C++. Julien

Re: I would like to work with developer to improve solve in Calc

2020-05-04 Thread Tomaž Vajngerl
Hi, On Mon, May 4, 2020 at 4:33 AM Guthrie Miller < probabilisticdataint...@gmail.com> wrote: > Is this still of interest to you? > > I exchanged several emails with Tomaž Vajngerl but haven't heard > anything for a couple of weeks. > > Sure, I've looked into the code and start analysing it, but

Re: I would like to work with developer to improve solve in Calc

2020-05-03 Thread Guthrie Miller
Is this still of interest to you? I exchanged several emails with Tomaž Vajngerl but haven't heard anything for a couple of weeks. Guthrie Miller ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/li

Re: I would like to work with developer to improve solve in Calc

2020-04-20 Thread Tomaž Vajngerl
Hi, On Sat, Apr 18, 2020 at 6:39 PM Jean-Baptiste Faure wrote: > > You do not need to translate the Fortran in another language, you could > embed it in C/C++ program using Fortran-C binding (ISO_C_BINDING > intrinsic module). > That said the Fortran code of GN could be improved to make it more

Re: I would like to work with developer to improve solve in Calc

2020-04-20 Thread Tomaž Vajngerl
Hi Guthrie, On Sat, Apr 18, 2020 at 4:38 PM Guthrie Miller < probabilisticdataint...@gmail.com> wrote: > Dear Tomaz, > > Very good. The GN program is in Fortran, not so long (about 300 lines > executable), and would need to be translated into whatever language you > use. I could help checking tha

Re: I would like to work with developer to improve solve in Calc (Jean-Baptiste Faure)

2020-04-20 Thread Guthrie Miller
AM, libreoffice-requ...@lists.freedesktop.org wrote: Re: I would like to work with developer to improve solve in Calc (Jean-Baptiste Faure) ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: I would like to work with developer to improve solve in Calc

2020-04-18 Thread Jean-Baptiste Faure
Le 18/04/2020 à 16:38, Guthrie Miller a écrit : Dear Tomaz, Very good. The GN program is in Fortran, not so long (about 300 lines executable), and would need to be translated into whatever language you use. I could help checking that, however would need someone else to do 1st version, althoug

Re: I would like to work with developer to improve solve in Calc

2020-04-18 Thread Guthrie Miller
Dear Tomaz, Very good. The GN program is in Fortran, not so long (about 300 lines executable), and would need to be translated into whatever language you use. I could help checking that, however would need someone else to do 1st version, although we would discuss and agree upon a plan of actio

Re: I would like to work with developer to improve solve in Calc

2020-04-17 Thread Tomaž Vajngerl
Hi Guthrie, On Thu, Apr 16, 2020 at 11:58 PM Guthrie Miller < probabilisticdataint...@gmail.com> wrote: > This is description of method: http://www.netlib.org/misc/gn/GN_ReadMe.pdf > > Sure, it would be awesome to have a better non-linear solver in LO. I've implemented the experimental PSO based

Re: I would like to work with developer to improve solve in Calc

2020-04-17 Thread julien2412
Hi Guthrie, You may be interested in this page: https://wiki.documentfoundation.org/Development/GetInvolved First thing is to retrieve LO code and build it locally. Julien -- Sent from: http://document-foundation-mail-archive.969070.n3.nabble.com/Dev-f1639786.html