is.nloptr: R interface to NLopt

View source: R/is.nloptr.R

is.nloptrR Documentation

R interface to NLopt

Description

is.nloptr preforms checks to see if a fully specified problem is supplied to nloptr. Mostly for internal use.

Usage

is.nloptr(x)

Arguments

x

object to be tested.

Value

Logical. Return TRUE if all tests were passed, otherwise return FALSE or exit with Error.

Author(s)

Jelmer Ypma

See Also

nloptr


nloptr documentation built on May 28, 2022, 1:17 a.m.