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
2521
October 1, 2018
Understanding how an array of structures works
General Usage
question
,
arrays
,
struct
31
6329
October 31, 2021
Subtleties of type and immutable and memory layout when using ccall
General Usage
ccall
4
1256
January 6, 2017
Pointer-like field in a struct?
General Usage
7
366
February 14, 2024
Convert nested struct or mutable struct to array of Float64
New to Julia
13
3229
April 14, 2020