funSphere: funSphere (No. 3)

View source: R/funContinuous.R

funSphereR Documentation

funSphere (No. 3)

Description

Sphere Test Function

Usage

funSphere(x)

Arguments

x

matrix of points to evaluate with the function. Rows for points and columns for dimension.

Value

1-column matrix with resulting function values

See Also

funShiftedSphere

Examples

x1 <- matrix(c(-pi, 12.275),1,)
funSphere(x1)


SPOT documentation built on June 26, 2022, 1:06 a.m.