Re: [julia-users] sort and indexes

2015-07-02 Thread Pulkit Bhuwalka
Hi Vincent, You can use sortperm http://docs.julialang.org/en/release-0.3/stdlib/sort/#Base.sortperm. So, a = [ 20; 10; 30] sorted_inds = sortperm(a) # a = [2; 1; 3] sorted_arr = a[sorted_inds] # or simply sorted_arr = sort(a) Hope that helps. Best, Pulkit On Thu, Jul 2, 2015 at 9:25 AM,

[julia-users] Re: [julia-dev] Re: 1st JuliaConference: June 26th-28th, Chicago

2014-04-09 Thread Pulkit Bhuwalka
This is awesome. I really hope to be able to make it. On Wed, Apr 9, 2014 at 5:00 PM, Tracy Wadleigh tracy.wadle...@gmail.comwrote: Would it be possible to provide a few more specifics at this point so that folks can start to consider travel and accommodations? For instance, has an address