Julia Programming Language
Creating a vector from a vector of values and a vector of indices to the first vector
New to Julia
array
grunst
February 14, 2021, 5:25pm
2
julia> x[y] 4-element Array{Int64,1}: 1 2 2 5
4 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Find indices of boundary nodes
General Usage
question
2
111
May 21, 2024
Acess an array using another array
General Usage
question
,
array
3
794
December 28, 2021
Put vector of vector into vector of vector without for loop
General Usage
4
490
October 26, 2018
Create vector from Array
New to Julia
2
269
October 23, 2020
Could Someone Guide me on Issue with Array Indexing in Julia?
Performance
1
211
May 6, 2024