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

◆ neqs

unsigned int THessian::neqs

Number of equations.

Definition at line 25 of file hessian.h.

◆ nvars

unsigned int THessian::nvars

Number of variables

Definition at line 26 of file hessian.h.

◆ H

Tequations** THessian::H

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

Definition at line 27 of file hessian.h.