Julia Programming Language
Fun One Liners
General Usage
harven
February 29, 2020, 9:07am
112
Your use of the @. is nifty. And we can shorten mapconcat a bit
mapconcat(f, v) = vcat(f.(v)...)
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Julia-ism for two-dimensional map?
New to Julia
22
3180
May 1, 2018
Kron vs scalar product speed difference. python code faster?
New to Julia
question
41
4243
January 14, 2017
Sum operations between arrays
Performance
21
5716
April 7, 2020
Efficient creation of power series matrix or array of arrays
Performance
question
23
5048
March 29, 2019
Understanding Julia performance in simple finite difference code
New to Julia
38
4559
June 7, 2018