MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
ExpandableRowVector::ExpandableRowElement Struct Reference

#include <JacSubMatrix.h>

Collaboration diagram for ExpandableRowVector::ExpandableRowElement:

Public Member Functions

 ExpandableRowElement (void)
 

Public Attributes

doublereal x
 
std::vector< const
ExpandableRowVector * > 
xm
 
integer idx
 

Detailed Description

Definition at line 44 of file JacSubMatrix.h.

Constructor & Destructor Documentation

ExpandableRowVector::ExpandableRowElement::ExpandableRowElement ( void  )
inline

Definition at line 48 of file JacSubMatrix.h.

References x, and xm.

48 : x(0.), idx(0) {xm.resize(1); x = 0;};
std::vector< const ExpandableRowVector * > xm
Definition: JacSubMatrix.h:46

Member Data Documentation

integer ExpandableRowVector::ExpandableRowElement::idx

Definition at line 47 of file JacSubMatrix.h.

doublereal ExpandableRowVector::ExpandableRowElement::x

Definition at line 45 of file JacSubMatrix.h.

Referenced by ExpandableRowElement().

std::vector<const ExpandableRowVector *> ExpandableRowVector::ExpandableRowElement::xm

Definition at line 46 of file JacSubMatrix.h.

Referenced by ExpandableRowElement().


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