[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [mildly OT] Some info about Python
- From: Dibyendu Majumdar <mobile@...>
- Date: Sat, 8 Feb 2020 13:25:17 +0000
On Tue, 4 Feb 2020 at 23:41, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
>
> > I am interested in your maths libraries and would be happy to include
> > in Suravi, but some of them appear to have external dependencies
>
> My libraries now are all self-contained: the package contains
> third-party code. The exception is lgdbm, which downloads and build
> gdbm.
>
Okay that's great. I had a quick look at some of them. I think the one
on complex numbers and the qd wrapper are the two I might look at.
The QD license is a concern.
I have a version of cephes now with all dependency on LuaJIt ffi
removed. https://github.com/dibyendumajumdar/ravi-torch-cephes
However work is need for complex functions and also functions that
accept arrays - as the binding generator I used (Torch cwrap) doesn't
support these out of the box.
I might look at adapting your complex library to work with cephes.
The Torch wrapper for cephes allows applying cephes functions on
tensors. Seems to work after my attempt to remove ffi - but not very
well tested.
Regards
- References:
- Re: [mildly OT] Some info about Python, Sean Conner
- Re: [mildly OT] Some info about Python, Oliver
- Re: [mildly OT] Some info about Python, Roberto Ierusalimschy
- Re: [mildly OT] Some info about Python, Enrico Colombini
- Re: [mildly OT] Some info about Python, Coda Highland
- Re: [mildly OT] Some info about Python, Enrico Colombini
- Re: [mildly OT] Some info about Python, Coda Highland
- Re: [mildly OT] Some info about Python, Enrico Colombini
- Re: [mildly OT] Some info about Python, Coda Highland
- Re: [mildly OT] Some info about Python, Enrico Colombini
- Re: [mildly OT] Some info about Python, Roberto Ierusalimschy
- Re: [mildly OT] Some info about Python, Dibyendu Majumdar
- Re: [mildly OT] Some info about Python, Luiz Henrique de Figueiredo
- Re: [mildly OT] Some info about Python, Dibyendu Majumdar
- Re: [mildly OT] Some info about Python, Luiz Henrique de Figueiredo