Package PyDSTool :: Package Toolbox :: Package optimizers :: Package tests :: Module test_quadratic :: Class Quadratic
[hide private]
[frames] | no frames]

Class Quadratic

source code

A simple quadratic function

Instance Methods [hide private]
 
__call__(self, x)
Get the value of the quadratic function at a specific point
source code
 
gradient(self, x)
Evaluates the gradient of the function
source code
 
hessian(self, x)
Evaluates the gradient of the function
source code