Julia Programming Language
Create a type with pointer to array
General Usage
question
simonbyrne
January 5, 2017, 4:55pm
2
No,
A.coord
and
B.coord
are the same object:
julia> A.coord === B.coord true
show post in topic
Related topics
Topic
Replies
Views
Activity
Are Julia Arrays double pointers?
Performance
8
2498
October 1, 2018
Subtleties of type and immutable and memory layout when using ccall
General Usage
ccall
4
1245
January 6, 2017
Continguous memory allocation for numerous instances of compound types
General Usage
8
821
June 26, 2017
Understanding how an array of structures works
General Usage
question
,
arrays
,
struct
31
6215
October 31, 2021
Convert nested struct or mutable struct to array of Float64
New to Julia
13
3192
April 14, 2020