Introduction - If you have any usage issues, please Google them yourself
function: Newton type trust region method for solving unconstrained optimization problem min f (x)
input The xo is the initial iteration point
output: xk is approximate minimum point, val is approximate minimum, k is the number of iterations