To represent a connection (entry in hessian) between two nonlinear variables. More...
#include <func.h>
Public Member Functions | |
NonlinearConnection (double coeff_) | |
Public Attributes | |
double | coeff |
If this relates to a connection between quadratic variable, this is the coefficient for the corresponding quadratic term. | |
Friends | |
ostream & | operator<< (ostream &out, const NonlinearConnection &nc) |
To represent a connection (entry in hessian) between two nonlinear variables.
Definition at line 77 of file func.h.
SparsityInfo::NonlinearConnection::NonlinearConnection | ( | double | coeff_ | ) | [inline] |
ostream& operator<< | ( | ostream & | out, | |
const NonlinearConnection & | nc | |||
) | [friend] |