function retval = cubicmin(a,b,fa,fb,fpa,fpb) % usage: x = cubicmin(a,b,fa,fb,fpa,fpb) % description: returns the value x in the interval % [a,b] at which the Hermite cubic interpolating % the boundary data f(a), f(b), f'(a), f'(b) % assumes a minimum value. We *assume* a