declaration of variables #51173
Closed
aloispichler
started this conversation in
General
Replies: 1 comment 1 reply
-
Please use discourse for usage questions. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How is a variable declared as a simple Float64, say, without initializing it?
Something like
A= Array{Float64, 0}(undef)
, which works for vectors.Beta Was this translation helpful? Give feedback.
All reactions