davinci api

hessian

hessian

average returns the hessian of a given function at a given point.

let f = (x,y)=>x*x*y;
let hessian = hs.hessian(f, [1,1]);
						
Try it!

Contents