Re: Using Apache Commons Math in Java Language Routines (SQL/JRT) in HSQLDB

2021-08-10 Thread Gilles Sadowski
Le mar. 10 août 2021 à 20:23, Gilles Sadowski a écrit : > > Hi. > > Le mar. 10 août 2021 à 17:38, Jorge Garcia de Alba > a écrit : > > > > Hello, > > > > Would apache commons math be interested in adding code that could > > easily be used in java language routines or is this out of scope? I > >

Re: Using Apache Commons Math in Java Language Routines (SQL/JRT) in HSQLDB

2021-08-10 Thread Gilles Sadowski
Hi. Le mar. 10 août 2021 à 17:38, Jorge Garcia de Alba a écrit : > > Hello, > > Would apache commons math be interested in adding code that could > easily be used in java language routines or is this out of scope? I > think they would be the best choice for implementing this. > > This is how I

Re: Using Apache Commons Math in Java Language Routines (SQL/JRT) in HSQLDB

2021-08-10 Thread Jorge Garcia de Alba
Hello, Would apache commons math be interested in adding code that could easily be used in java language routines or is this out of scope? I think they would be the best choice for implementing this. This is how I imagine it would be used. https://github.com/xjrga/linearprogramming Here is

Re: Using Apache Commons Math in Java Language Routines (SQL/JRT) in HSQLDB

2021-08-04 Thread Gilles Sadowski
Hello. Le mer. 4 août 2021 à 14:03, Jorge Garcia de Alba a écrit : > > Hello, > > I am interested in using the simplexsolver in a java language routine > in hsqldb. Hsqldb requires that the body of the java language routine > to be a static method. I wonder if such methods could be created and >

Using Apache Commons Math in Java Language Routines (SQL/JRT) in HSQLDB

2021-08-04 Thread Jorge Garcia de Alba
Hello, I am interested in using the simplexsolver in a java language routine in hsqldb. Hsqldb requires that the body of the java language routine to be a static method. I wonder if such methods could be created and implemented so they could be easily be used in java language routines. Great job.