THessian Struct Reference

Detailed Description

Symbolic Hessian of a set of equations, i.e., the double derivative of the equations with respect to each pair of variables.

Definition at line 24 of file hessian.h.

Data Fields

unsigned int neqs
 
unsigned int nvars
 
Tequations ** H
 

Field Documentation

unsigned int THessian::neqs

Number of equations.

Definition at line 25 of file hessian.h.

Referenced by AllocateHessianEvaluation(), EvaluateHessian(), FreeHessianEvaluation(), and InitHessian().

unsigned int THessian::nvars

Number of variables

Definition at line 26 of file hessian.h.

Referenced by AllocateHessianEvaluation(), DeleteHessian(), EvaluateHessian(), FreeHessianEvaluation(), and InitHessian().

Tequations** THessian::H

Double derivative of the equations w.r.t the variables.

Definition at line 27 of file hessian.h.

Referenced by DeleteHessian(), EvaluateHessian(), and InitHessian().