Julia Programming Language
How to calculate the the minimum value in a vector(array) of vectors
New to Julia
question
mauro3
April 23, 2020, 9:45pm
2
Hi
@robo360
! Is this what you’re after:
julia> minimum(minimum.([[1,2], [4,5]])) 1
?
4 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
How to use minimum and maximum for a Vector{SVector{3}}
Performance
question
6
10802
July 12, 2019
Minimum of a column of a matrix
New to Julia
10
1757
August 7, 2021
Is there in Julia something similar to min(X, Y) of Matlab where X and Y are matrices of same dimensions
Numerics
4
976
January 21, 2020
Find the index of minimum in a vector of vectors of vectors
New to Julia
7
504
March 5, 2023
Minimum by key function
New to Julia
question
2
1138
February 25, 2021