Julia Programming Language
How to define many variables in few lines?
General Usage
DNF
August 4, 2021, 7:02am
4
Maybe something like this:
(a,b,c,d,e) = (Ref{Float64}(1.0) for _ in 1:5)
4 Likes
How to set the elements of an array of defined type in one line?
show post in topic
Related topics
Topic
Replies
Views
Activity
How to correctly define and use global variables in the module in Julia?
General Usage
19
18329
August 6, 2021
How to set the elements of an array of defined type in one line?
General Usage
33
1299
August 12, 2021
For Monte Carlo simulation with same code same algorithm, how fast is Julia compared with Fortran?
General Usage
fortran
,
performance
59
9103
September 1, 2021
Julia's assignment behavior differs from Fortran?
General Usage
fortran
48
3293
November 20, 2020
Fortran vs Julia stack allocated arrays
Performance
array
,
memory-allocation
18
6567
November 29, 2018