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

#include <spmh.h>

Inheritance diagram for SparseMatrixHandler::SparseMatrixElement:
Collaboration diagram for SparseMatrixHandler::SparseMatrixElement:

Public Member Functions

 SparseMatrixElement (void)
 
 SparseMatrixElement (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

doublereal dCoef
 
- Public Attributes inherited from SparseMatrixHandler::SparseMatrixElement_base
integer iRow
 
integer iCol
 

Detailed Description

Definition at line 73 of file spmh.h.

Constructor & Destructor Documentation

SparseMatrixHandler::SparseMatrixElement::SparseMatrixElement ( void  )
inline

Definition at line 76 of file spmh.h.

77  : dCoef(0.) {};
SparseMatrixHandler::SparseMatrixElement::SparseMatrixElement ( integer  iRow,
integer  iCol,
const doublereal dCoef 
)
inline

Member Data Documentation


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