Skip to main content
POST
Compute Numerical Hessian Matrix

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://api.fincept.in/auth/register

Body

application/json
func_name
enum<string>
required

Built-in multi-variable function name

Available options:
rosenbrock,
sphere,
rastrigin,
quadratic
Example:

"sphere"

x
number[]
required

Point at which to evaluate the Hessian

Example:
h
number
default:0.00001

Step size for finite difference

Example:

0.00001

Response

Successful Response

success
boolean
Example:

true

data
object