[math] Automatic differentiation with names

2018-02-17 Thread Alexander Nozik
to implement expressions which would allow lazy calculations of AD structures like (NamedVector)->AD. This one could be more or less easily done in Java. With best regards, Alexander Nozik. - To unsubscribe, e-mail: dev-unsub

Re: [math] Automatic differentiation with names

2018-02-17 Thread Alexander Nozik
a definition of some function to another process or other the internet. In theory, I do not see any differences in implementation, so I think that you should keep this feature in mind. It would be great to be able to just replace one type for another and get the whole new f

Re: [math] Automatic differentiation with names

2018-02-19 Thread Alexander Nozik
On 19.02.2018 15:58, Gilles wrote: Unless I'm totally off base, I guess a code written in Kotlin needs specific support (e.g. a library dependency) to be run on a JVM. If you do not use standard library, then no, you do not need anything else. And I mean that code could be rewritten in java and

Re: [math] Automatic differentiation with names

2018-02-19 Thread Alexander Nozik
rsion layer in order to be called from Java. Regards, Gilles On 18 February 2018 at 18:02, Gilles <gil...@harfang.homelinux.org> wrote: On Sat, 17 Feb 2018 22:30:38 +0300, Alexander Nozik wrote: On 17.02.2018 21:16, Gilles wrote: I have a problem with the CM "Field". Did you