Skip to content

Commit

Permalink
undocument init
Browse files Browse the repository at this point in the history
  • Loading branch information
bramtayl committed Jan 22, 2018
1 parent 459122f commit 5752d57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/reducedim.jl
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ function findminmax!(f, Rval, Rind, A::AbstractArray{T,N}) where {T,N}
end

"""
findmin!(rval, rind, A, [init=true]) -> (minval, index)
findmin!(rval, rind, A) -> (minval, index)
Find the minimum of `A` and the corresponding linear index along singleton
dimensions of `rval` and `rind`, and store the results in `rval` and `rind`.
Expand Down Expand Up @@ -714,7 +714,7 @@ end
isgreater(a, b) = isless(b,a)

"""
findmax!(rval, rind, A, [init=true]) -> (maxval, index)
findmax!(rval, rind, A) -> (maxval, index)
Find the maximum of `A` and the corresponding linear index along singleton
dimensions of `rval` and `rind`, and store the results in `rval` and `rind`.
Expand Down

0 comments on commit 5752d57

Please sign in to comment.