funRosen2: funRosen2 (No. 2a)

funRosen2R Documentation

funRosen2 (No. 2a)

Description

Rosenbrock Test Function (2-dim)

Usage

funRosen2(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

Examples

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


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