all(A::AbstractArray, dims)
all(A, dims)
Test whether all values along the given dimensions of an array are true
.
Examples
julia> all([])
true
julia> all([1,2,3])
0
See Also
all, all!, angle, any, any!, falses, ifelse, is, isinf, isinteger, isnan, isperm, ispow2, isreal, trues,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.