MBDyn-1.7.3
|
#include <JacSubMatrix.h>
Public Member Functions | |
ExpandableColBlock (void) | |
void | Zero (void) |
void | ReDim (const integer nrows) |
void | SetBlockDim (const integer nrows, const integer ncols) |
integer | GetBlockNRows () const |
integer | GetBlockNCols () const |
void | Reset () |
void | Link (const ExpandableMatrix *const xp) |
void | Link (const ExpandableRowVector *const xp) |
void | SetColIdx (integer iidx) |
void | Add (FullSubMatrixHandler &WM, const integer eq, const doublereal c=1.) const |
void | Sub (FullSubMatrixHandler &WM, const integer eq, const doublereal c=1.) const |
std::ostream & | Write (std::ostream &out, const char *sFill) const |
Public Attributes | |
std::vector< ExpandableRowVector > | rows |
Definition at line 97 of file JacSubMatrix.h.
|
inline |
Definition at line 102 of file JacSubMatrix.h.
|
inline |
Definition at line 182 of file JacSubMatrix.h.
References c, GetBlockNRows(), and rows.
|
inline |
Definition at line 123 of file JacSubMatrix.h.
References rows.
Referenced by Link(), and SetColIdx().
|
inline |
Definition at line 120 of file JacSubMatrix.h.
References rows.
Referenced by Add(), Sub(), and Write().
|
inline |
Definition at line 144 of file JacSubMatrix.h.
References eq, GetBlockNCols(), ExpandableMatrix::GetNBlocks(), rows, and ExpandableMatrix::v.
|
inline |
Definition at line 166 of file JacSubMatrix.h.
|
inline |
Definition at line 110 of file JacSubMatrix.h.
References rows.
|
inline |
Definition at line 130 of file JacSubMatrix.h.
References rows.
|
inline |
Definition at line 113 of file JacSubMatrix.h.
References rows.
|
inline |
Definition at line 172 of file JacSubMatrix.h.
References eq, GetBlockNCols(), and rows.
|
inline |
Definition at line 189 of file JacSubMatrix.h.
References c, GetBlockNRows(), and rows.
|
inline |
Definition at line 194 of file JacSubMatrix.h.
References eq, GetBlockNRows(), and rows.
|
inline |
Definition at line 103 of file JacSubMatrix.h.
References rows.
std::vector<ExpandableRowVector> ExpandableMatrix::ExpandableColBlock::rows |
Definition at line 98 of file JacSubMatrix.h.
Referenced by Add(), GetBlockNCols(), GetBlockNRows(), Link(), ReDim(), Reset(), SetBlockDim(), SetColIdx(), Sub(), Write(), and Zero().