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
Pointers in Julia documentation
General Usage
question
,
memory
9
499
September 19, 2024
Struggling with a Point type for several dimensions
New to Julia
first-steps
30
2886
November 30, 2018
Ccall with a C struct containing a pointer
General Usage
8
256
December 27, 2024
New blog post about Julia parametric types and constructors
Teaching & Outreach
parametric-types
,
constructors
11
583
October 8, 2024
Subtleties of type and immutable and memory layout when using ccall
General Usage
ccall
4
1217
January 6, 2017