Searched refs:goldensection (Results 1 – 1 of 1) sorted by relevance
/external/arm-optimized-routines/auxiliary/ |
D | remez.jl | 425 function goldensection(f::Function, a::BigFloat, b::BigFloat, c::BigFloat) function 515 push!(extrema, goldensection(f, xp, xi, xn)) 517 x, y = goldensection(x->-f(x), xp, xi, xn) 961 x, y = goldensection(x->sin(x),
|