[julia-users] ReadOnlyMemoryError() after Pkg.init()??

2016-11-10 Thread Tony Kelman
Was this by any chance a source build in the same git clone where you had previously compiled the master 0.6-dev branch of julia?

[julia-users] Re: Cannot find why Stack Overflow problem appears

2016-11-10 Thread Aleksandr Mikheev
I used debug tools, found out that something doesn't work when I try to insert a point into the node which already contains a point, and they both should go to the same subnode. For instance, particles[1] = particle([0.1, 0.1, 0.1], 1.0, [0.0,0.0,0.0], [0.0,0.0,0.0]) tree =

Re: [julia-users] Handling non-convergence in roots.jl

2016-11-10 Thread Joaquim Masset Lacombe Dias Garcia
Thanks! On Thu, Nov 10, 2016 at 6:03 PM, Mauro wrote: > > On Thu, 2016-11-10 at 20:07, Mauro wrote: > > On Thu, 2016-11-10 at 18:54, Joaquim Masset Lacombe Dias Garcia < > joaquimdgar...@gmail.com> wrote: > >> I am running a sequence of root finding

[julia-users] Re: Value assignment of compound expression

2016-11-10 Thread David P. Sanders
El jueves, 10 de noviembre de 2016, 0:43:19 (UTC-5), wan...@terpmail.umd.edu escribió: > > > > Hi guys, > > I am new to Julia and learning from scratch. I ran into the compound > expression like this: > > > tri=base=5;height=10;1/2*base*height > > > This is to calculate the triangle area. The

[julia-users] ReadOnlyMemoryError() after Pkg.init()??

2016-11-10 Thread Angel de Vicente
Hi, I just did a fresh installation of Julia from source files and apparently all went well, but I get the following error when trying to call Pkg.init() Any idea what could be happening? , | [angelv@duna ~]$ julia |_ |_ _ _(_)_ | A fresh approach to

[julia-users] Cannot find why Stack Overflow problem appears

2016-11-10 Thread Aleksandr Mikheev
I am trying to make an octree for randomly distributed set of particles . I have been trying to find where Stack Overflow Error appears whole day, but it was in vain. Could you please help me? The problem should be somewhere in (c == [0]) && (a > 0) part,

[julia-users] Re: Linear convolution

2016-11-10 Thread Vincent Picaud
Hi All, I have a blog post https://pixorblog.wordpress.com/2016/07/17/direct-convolution/ that presents a detailed implementation of direct convolution in Julia. Maybe it can help, Vincent Le mardi 4 mars 2014 12:38:15 UTC+1, Oliver Lylloff a écrit : > > Hello all, > > Is anyone aware of a linear

Re: [julia-users] Handling non-convergence in roots.jl

2016-11-10 Thread Mauro
On Thu, 2016-11-10 at 18:54, Joaquim Masset Lacombe Dias Garcia wrote: > I am running a sequence of root finding functions in a loop. > For my problem the basic fzero always work. > > However, using Newtons method is very useful because it is very fast when > it

[julia-users] Handling non-convergence in roots.jl

2016-11-10 Thread Joaquim Masset Lacombe Dias Garcia
I am running a sequence of root finding functions in a loop. For my problem the basic fzero always work. However, using Newtons method is very useful because it is very fast when it converges. The problem is that when it does not converge it throws an error instead of a non-convergence flag.

Re: [julia-users] Re: [Announcement] Moving to Discourse (Statement of Intent)

2016-11-10 Thread Patrick Kofod Mogensen
My take: make the move or don't. Stuff like forwarding posts only creates confusion, and people start answering things that aren't seen by the person asking, because of the one-way-street-thing. On Wednesday, November 9, 2016 at 2:24:18 AM UTC+1, Valentin Churavy wrote: > > `julia-dev` has now