[julia-users] Re: .jl to .exe

2015-04-23 Thread pauld11718
Will it be possible to cross-compile? Do all the coding on linux(64 bit) and generate the exe for windows(32 bit)?

[julia-users] Re: R's splineDesign in Julia

2015-04-04 Thread pauld11718
https://github.com/kbarbary/Dierckx.jl https://docs.scipy.org/doc/scipy-0.15.1/reference/interpolate.html (use with PyCall) https://github.com/lgautier/Rif.jl (R and Julia Interfacing) On Sunday, April 5, 2015 at 12:57:28 AM UTC+5:30, Tamas Papp wrote: > > Hi, > > I am looking for a function (l

[julia-users] Re: GPU-ODE

2015-04-04 Thread pauld11718
ily ccall CUDA/opencl solvers though. > > -viral > > On Friday, April 3, 2015 at 11:18:35 AM UTC+5:30, pauld11718 wrote: >> >> Is it possible in Julia - GPU based ODE solvers? >> There are ~250 Independent systems, each system has ~350 equations. So, >>

[julia-users] GPU-ODE

2015-04-02 Thread pauld11718
Is it possible in Julia - GPU based ODE solvers? There are ~250 Independent systems, each system has ~350 equations. So, was looking for GPU based ODE solvers. Any experiences? If yes, how? If no, any suggestion to do the same ?