-
logical
BOBYQB(this, NDIM, NPT, X, XL, XU, XBASE, XPT, FVAL, XOPT, GOPT, HQ, PQ, BMAT, ZMAT, W, Rhobeg, Rhoend, Iprint, XNEW, SU, VLAG)
-
TBOBYQA :: this
-
integer :: NDIM
-
integer :: NPT
-
real(dp) :: X(*)
-
real(dp) :: XL(*)
-
real(dp) :: XU(*)
-
real(dp) :: XBASE(*)
-
real(dp) :: XPT(NPT, *)
-
real(dp) :: FVAL(*)
-
real(dp) :: XOPT(*)
-
real(dp) :: GOPT(*)
-
real(dp) :: HQ(*)
-
real(dp) :: PQ(*)
-
real(dp) :: BMAT(NDIM, *)
-
real(dp) :: ZMAT(NPT, *)
-
SL(*) SU(*), XNEW(*), XALT(*), D(*), VLA :: W(*)
-
real(dp) :: Rhobeg
-
real(dp) :: Rhoend
-
integer :: Iprint
-
of :: XNEW
-
and :: SU
-
Calculate :: VLAG
real(dp)
obj_vec_function(obj, x)
class(*) intent(inout) :: obj
real(dp) intent(in) :: x(:)