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

#include <spmh.h>

Inheritance diagram for SparseMatrixHandler::SparseMatrixElementRef:
Collaboration diagram for SparseMatrixHandler::SparseMatrixElementRef:

Public Member Functions

 SparseMatrixElementRef (integer iRow, integer iCol, doublereal &dCoef)
 
- Public Member Functions inherited from SparseMatrixHandler::SparseMatrixElement_base
 SparseMatrixElement_base (void)
 
 SparseMatrixElement_base (integer iRow, integer iCol)
 
virtual ~SparseMatrixElement_base (void)
 
bool operator== (const SparseMatrixElement_base &op) const
 
bool operator!= (const SparseMatrixElement_base &op) const
 

Public Attributes

doublerealdCoef
 
- Public Attributes inherited from SparseMatrixHandler::SparseMatrixElement_base
integer iRow
 
integer iCol
 

Private Member Functions

 SparseMatrixElementRef (void)
 

Detailed Description

Definition at line 83 of file spmh.h.

Constructor & Destructor Documentation

SparseMatrixHandler::SparseMatrixElementRef::SparseMatrixElementRef ( integer  iRow,
integer  iCol,
doublereal dCoef 
)
inline
SparseMatrixHandler::SparseMatrixElementRef::SparseMatrixElementRef ( void  )
private

Member Data Documentation

doublereal& SparseMatrixHandler::SparseMatrixElementRef::dCoef

Definition at line 84 of file spmh.h.


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