Searched defs:hessian (Results 1 – 6 of 6) sorted by relevance
217 float *hessian) { in computeResidualAndGradients()254 bool computeStep(const float *gradient, float *hessian, float *L, in computeStep()
78 float hessian[MAX_LM_STATE_DIMENSION * MAX_LM_STATE_DIMENSION]; member
128 def hessian(func, argnums=0): function
1354 def hessian(func, argnums=0): function
832 def hessian( function
97 def hessian(model, inp, v=None, strict=None): function