SparsityInfo::NonlinearConnection Class Reference

To represent a connection (entry in hessian) between two nonlinear variables. More...

#include <func.h>

List of all members.

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)

Detailed Description

To represent a connection (entry in hessian) between two nonlinear variables.

Definition at line 77 of file func.h.


Constructor & Destructor Documentation

SparsityInfo::NonlinearConnection::NonlinearConnection ( double  coeff_  )  [inline]

Definition at line 83 of file func.h.


Friends And Related Function Documentation

ostream& operator<< ( ostream &  out,
const NonlinearConnection nc 
) [friend]

Definition at line 87 of file func.h.


Member Data Documentation

If this relates to a connection between quadratic variable, this is the coefficient for the corresponding quadratic term.

Definition at line 81 of file func.h.


The documentation for this class was generated from the following file:

Generated on 10 Mar 2013 for LaGO by  doxygen 1.6.1