Re: Re: Trie with non-String keys

2022-09-02 Thread Axel
; >> trie for non-String keys. > > >> Especially the existence of the KeyAnalyzer type suggested that I > could do > > >> this. > > >> But the AbstractPatriciaTrie is package-private and not exposed. > > >> Was that a conscious decision? > > >> > > > -- Axel Kramer

Re: [math] - Math on Android?

2019-05-21 Thread Axel
> Can someone please tell me if the Math library will work on Android Java, > or is this just restricted to "regular" Java? Thanks. > > Oscar > > Oscar Bastidas, Ph.D. > Postdoctoral Research Associate > University of Minnesota > -- Axel Kramer

Re: Could we have a roots() method in PolynomilFunction class?

2014-07-03 Thread Axel
since many algorithms have > similar problems. > > [1] > http://noether.math.uoa.gr/conferences/sla2014/sites/default/files/Dopico.pdf > > > On Sat, Jun 28, 2014 at 6:33 AM, Axel wrote: > >> On Fri, Jun 27, 2014 at 10:56 PM, Thomas Neidhart >> wrote: >> ...

Re: Could we have a roots() method in PolynomilFunction class?

2014-06-28 Thread Axel
propriate if you don't have an initial guess to start from getting the roots!? -- Axel Kramer - To unsubscribe, e-mail: user-unsubscr...@commons.apache.org For additional commands, e-mail: user-h...@commons.apache.org

Could we have a roots() method in PolynomilFunction class?

2014-06-27 Thread Axel
w.com/questions/13805644/finding-roots-of-polynomial-in-java/13805708#13805708 See the attached file for an example. -- Axel Kramer Symja Library - Java Symbolic Math System https://bitbucket.org/axelclk/symja_android_library/wiki/Home package org.matheclipse.tests.examples; i

[csv] roadmap commons csv and possible contribution

2013-07-17 Thread Gustav, Axel
for version 1.0? It would be interesting if the productive use of that library would be feasible within the next 3-6 months. We could try to get approval for contribution if that would help to bring this project forward. Kind Regards, Axel Gustav Developer at SAP Research Canada

Re: Apache Common Math - ILP

2009-12-14 Thread Axel
I create a test case and it returned me non-integral results too. If it > supports ILP, can you please suggest how to use the same? Maybe the Java Cream library is better suited for your purposes: http://bach.istc.kobe-u.ac.jp/cream/ -- Axe

Re: Math parser available in commons?

2008-02-16 Thread Axel
On Jan 30, 2008 9:45 AM, Luc Maisonobe <[EMAIL PROTECTED]> wrote: > Axel a écrit : > > Hi > > > > Is there already a math formula parser available in Commons? > > I don't think so. > > > Or is this out of scope for apache commons? > > > &

Math parser available in commons?

2008-01-28 Thread Axel
Hi Is there already a math formula parser available in Commons? Or is this out of scope for apache commons? I've written an operator precedence driven parser which could be more generalized to be useful for commons math!? http://en.wikipedia.org/wiki/Operator-precedence_parser -- Axel K