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

#include <spmh.h>

Inheritance diagram for SparseMatrixHandler::SparseMatrixElementConstRef:
Collaboration diagram for SparseMatrixHandler::SparseMatrixElementConstRef:

Public Member Functions

 SparseMatrixElementConstRef (void)
 
 SparseMatrixElementConstRef (integer iRow, integer iCol, const 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

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

Detailed Description

Definition at line 94 of file spmh.h.

Constructor & Destructor Documentation

SparseMatrixHandler::SparseMatrixElementConstRef::SparseMatrixElementConstRef ( void  )
inline

Definition at line 97 of file spmh.h.

98  : dCoef(::Zero1) {};
const doublereal Zero1
SparseMatrixHandler::SparseMatrixElementConstRef::SparseMatrixElementConstRef ( integer  iRow,
integer  iCol,
const doublereal dCoef 
)
inline

Member Data Documentation

const doublereal& SparseMatrixHandler::SparseMatrixElementConstRef::dCoef

Definition at line 95 of file spmh.h.


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