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
18554
August 6, 2021
How to set the elements of an array of defined type in one line?
General Usage
33
1371
August 12, 2021
For Monte Carlo simulation with same code same algorithm, how fast is Julia compared with Fortran?
General Usage
fortran
,
performance
59
9253
September 1, 2021
Julia's assignment behavior differs from Fortran?
General Usage
fortran
48
3393
November 20, 2020
Functionality like the SAVE statement in Fortran?
General Usage
fortran
,
functions
30
678
March 25, 2025