Julia Programming Language
Modify array of functions in a mutable struct
New to Julia
question
,
array
,
function
,
struct
Jeff_Emanuel
November 7, 2020, 5:21pm
2
old = foo.farr[1] foo.farr[1] = x -> old(x) * (1+x)
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Changing field with a function in a mutable struct
General Usage
struct
9
1097
July 11, 2022
Understanding mutating functions correctly
New to Julia
question
3
2406
November 3, 2019
Functions as fields of mutable struct in if-elseif environment
General Usage
3
822
November 9, 2018
Best practice for storing functions in a struct
General Usage
31
9874
February 4, 2021
Function argument not being updated correctly
New to Julia
4
303
April 6, 2022