1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
# Generated by roxygen2: do not edit by hand
S3method(print,nloptr)
export(auglag)
export(bobyqa)
export(ccsaq)
export(check.derivatives)
export(cobyla)
export(crs2lm)
export(direct)
export(directL)
export(is.nloptr)
export(isres)
export(lbfgs)
export(mlsl)
export(mma)
export(neldermead)
export(newuoa)
export(nl.grad)
export(nl.jacobian)
export(nl.opts)
export(nloptr)
export(nloptr.get.default.options)
export(nloptr.print.options)
export(sbplx)
export(slsqp)
export(stogo)
export(tnewton)
export(varmetric)
useDynLib(nloptr, .registration = TRUE)
|