View source: R/funContinuous.R
funSphere | R Documentation |
Sphere Test Function
funSphere(x)
x |
matrix of points to evaluate with the function. Rows for points and columns for dimension. |
1-column matrix with resulting function values
funShiftedSphere
x1 <- matrix(c(-pi, 12.275),1,) funSphere(x1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.