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
Reshape a 1-D array into an array of different-size arrays
General Usage
7
2628
July 6, 2019
Create vector from Array
New to Julia
2
250
October 23, 2020
How do I create a Matrix of Vectors?
New to Julia
11
4461
December 11, 2018
Questions of vector
New to Julia
question
,
arrays
9
304
September 22, 2022
Put vector of vector into vector of vector without for loop
General Usage
4
443
October 26, 2018