MBDyn-1.7.3
|
This is the complete list of members for FullSubMatrixHandler, including all inherited members.
Add(integer iRow, integer iCol, const Vec3 &v) | FullSubMatrixHandler | |
Add(integer iRow, integer iCol, const Mat3x3 &m) | FullSubMatrixHandler | |
Add(integer iRow, integer iCol, const Mat3xN &m) | FullSubMatrixHandler | |
Add(integer iRow, integer iCol, const MatNx3 &m) | FullSubMatrixHandler | |
Add(integer iRow, integer iCol, const FullMatrixHandler &source) | FullSubMatrixHandler | |
Add(integer iRow, integer iCol, const FullMatrixHandler &source, const doublereal dCoef) | FullSubMatrixHandler | |
AddT(integer iRow, integer iCol, const Vec3 &v) | FullSubMatrixHandler | |
AddT(integer iRow, integer iCol, const Mat3x3 &m) | FullSubMatrixHandler | |
AddT(integer iRow, integer iCol, const Mat3xN &m) | FullSubMatrixHandler | |
AddT(integer iRow, integer iCol, const FullMatrixHandler &source) | FullSubMatrixHandler | |
AddT(integer iRow, integer iCol, const FullMatrixHandler &source, const doublereal dCoef) | FullSubMatrixHandler | |
AddTo(MatrixHandler &MH) const | FullSubMatrixHandler | virtual |
AddTo(FullMatrixHandler &MH) const | FullSubMatrixHandler | |
AddToT(MatrixHandler &MH) const | FullSubMatrixHandler | virtual |
AddToT(FullMatrixHandler &MH) const | FullSubMatrixHandler | |
Attach(int iRows, int iCols, integer *piTmpIndx) | FullSubMatrixHandler | |
FullMatrixHandler::Attach(integer iNewRows, integer iNewCols, doublereal *pd, doublereal **ppd, integer iMSize=0, integer iMaxC=0) | FullMatrixHandler | |
begin(void) const | FullMatrixHandler | inline |
bOwnsMemory | FullMatrixHandler | protected |
ConditionNumber(enum Norm_t eNorm=NORM_1) const | MatrixHandler | virtual |
CopyMatrixBlock(integer dest_row, integer dest_col, const FullMatrixHandler &source, integer source_start_row, integer source_end_row, integer source_start_col, integer source_end_col) | FullMatrixHandler | |
CopyMatrixRow(integer dest_row, const FullMatrixHandler &source, integer source_row) | FullMatrixHandler | |
CreateColRow(integer iNR, integer iNC) | FullMatrixHandler | protected |
DecCoef(integer iRow, integer iCol, const doublereal &dCoef) | FullSubMatrixHandler | inlinevirtual |
Detach(void) | FullMatrixHandler | |
dGetCoef(integer iRow, integer iCol) const | FullSubMatrixHandler | inlinevirtual |
end(void) const | FullMatrixHandler | inline |
FullMatrixHandler(const FullMatrixHandler &) | FullMatrixHandler | |
FullMatrixHandler(doublereal *pd, doublereal **ppd, integer iSize, integer iNR, integer iNC, integer iMaxCols=0) | FullMatrixHandler | |
FullMatrixHandler(integer iNR, integer iNC=0) | FullMatrixHandler | |
FullMatrixHandler(void) | FullMatrixHandler | |
FullSubMatrixHandler(const FullSubMatrixHandler &) | FullSubMatrixHandler | private |
FullSubMatrixHandler(integer iIntSize, integer *piTmpVec, integer iDoubleSize, doublereal *pdTmpMat, integer iMaxCols, doublereal **ppdCols) | FullSubMatrixHandler | |
FullSubMatrixHandler(integer iNR, integer iNC=0) | FullSubMatrixHandler | |
iGetColIndex(integer iSubCol) const | FullSubMatrixHandler | inlinevirtual |
iGetNumCols(void) const | FullSubMatrixHandler | inlinevirtual |
iGetNumRows(void) const | FullSubMatrixHandler | inlinevirtual |
iGetRowIndex(integer iSubRow) const | FullSubMatrixHandler | inlinevirtual |
iMaxCols | FullMatrixHandler | protected |
IncCoef(integer iRow, integer iCol, const doublereal &dCoef) | FullSubMatrixHandler | inlinevirtual |
iNumCols | FullMatrixHandler | protected |
iNumRows | FullMatrixHandler | protected |
iRawSize | FullMatrixHandler | protected |
iVecSize | FullSubMatrixHandler | protected |
MatMatDecMul(MatrixHandler &out, const MatrixHandler &in) const | MatrixHandler | virtual |
MatMatIncMul(MatrixHandler &out, const MatrixHandler &in) const | MatrixHandler | virtual |
MatMatMul(MatrixHandler &out, const MatrixHandler &in) const | MatrixHandler | virtual |
SubMatrixHandler::MatMatMul_base(void(MatrixHandler::*op)(integer iRow, integer iCol, const doublereal &dCoef), MatrixHandler &out, const MatrixHandler &in) const | MatrixHandler | protectedvirtual |
FullMatrixHandler::MatMatMul_base(void(MatrixHandler::*op)(integer iRow, integer iCol, const doublereal &dCoef), MatrixHandler &out, const MatrixHandler &in) const | FullMatrixHandler | protectedvirtual |
MatMul(const FullMatrixHandler &m1, const FullMatrixHandler &m2) | FullMatrixHandler | |
MatTMatDecMul(MatrixHandler &out, const MatrixHandler &in) const | MatrixHandler | virtual |
MatTMatIncMul(MatrixHandler &out, const MatrixHandler &in) const | MatrixHandler | virtual |
MatTMatMul(MatrixHandler &out, const MatrixHandler &in) const | MatrixHandler | virtual |
SubMatrixHandler::MatTMatMul_base(void(MatrixHandler::*op)(integer iRow, integer iCol, const doublereal &dCoef), MatrixHandler &out, const MatrixHandler &in) const | MatrixHandler | protectedvirtual |
FullMatrixHandler::MatTMatMul_base(void(MatrixHandler::*op)(integer iRow, integer iCol, const doublereal &dCoef), MatrixHandler &out, const MatrixHandler &in) const | FullMatrixHandler | protectedvirtual |
MatTVecDecMul(VectorHandler &out, const VectorHandler &in) const | MatrixHandler | virtual |
MatTVecIncMul(VectorHandler &out, const VectorHandler &in) const | MatrixHandler | virtual |
MatTVecMul(VectorHandler &out, const VectorHandler &in) const | MatrixHandler | virtual |
SubMatrixHandler::MatTVecMul_base(void(VectorHandler::*op)(integer iRow, const doublereal &dCoef), VectorHandler &out, const VectorHandler &in) const | MatrixHandler | protectedvirtual |
FullMatrixHandler::MatTVecMul_base(void(VectorHandler::*op)(integer iRow, const doublereal &dCoef), VectorHandler &out, const VectorHandler &in) const | FullMatrixHandler | protectedvirtual |
MatVecDecMul(VectorHandler &out, const VectorHandler &in) const | MatrixHandler | virtual |
MatVecIncMul(VectorHandler &out, const VectorHandler &in) const | MatrixHandler | virtual |
MatVecMul(VectorHandler &out, const VectorHandler &in) const | MatrixHandler | virtual |
SubMatrixHandler::MatVecMul_base(void(VectorHandler::*op)(integer iRow, const doublereal &dCoef), VectorHandler &out, const VectorHandler &in) const | MatrixHandler | protectedvirtual |
FullMatrixHandler::MatVecMul_base(void(VectorHandler::*op)(integer iRow, const doublereal &dCoef), VectorHandler &out, const VectorHandler &in) const | FullMatrixHandler | protectedvirtual |
NaiveMatrixHandler class | FullSubMatrixHandler | friend |
NaivePermMatrixHandler class | FullSubMatrixHandler | friend |
Norm(enum Norm_t eNorm=NORM_1) const | MatrixHandler | virtual |
SubMatrixHandler::NORM_1 enum value | MatrixHandler | |
FullMatrixHandler::NORM_1 enum value | MatrixHandler | |
SubMatrixHandler::NORM_INF enum value | MatrixHandler | |
FullMatrixHandler::NORM_INF enum value | MatrixHandler | |
SubMatrixHandler::Norm_t enum name | MatrixHandler | |
FullMatrixHandler::Norm_t enum name | MatrixHandler | |
operator()(integer iRow, integer iCol) const | FullSubMatrixHandler | inlinevirtual |
operator()(integer iRow, integer iCol) | FullSubMatrixHandler | inlinevirtual |
SubMatrixHandler::operator+=(const SubMatrixHandler &SubMH) | MatrixHandler | virtual |
SubMatrixHandler::operator+=(const VariableSubMatrixHandler &SubMH) | MatrixHandler | virtual |
FullMatrixHandler::operator+=(const SubMatrixHandler &SubMH) | FullMatrixHandler | virtual |
FullMatrixHandler::operator+=(const VariableSubMatrixHandler &SubMH) | FullMatrixHandler | virtual |
SubMatrixHandler::operator-=(const SubMatrixHandler &SubMH) | MatrixHandler | virtual |
SubMatrixHandler::operator-=(const VariableSubMatrixHandler &SubMH) | MatrixHandler | virtual |
FullMatrixHandler::operator-=(const SubMatrixHandler &SubMH) | FullMatrixHandler | virtual |
FullMatrixHandler::operator-=(const VariableSubMatrixHandler &SubMH) | FullMatrixHandler | virtual |
operator<<(std::ostream &out, const FullSubMatrixHandler &m) | FullSubMatrixHandler | friend |
SubMatrixHandler::operator=(const MatrixHandler &MH) | MatrixHandler | virtual |
FullMatrixHandler::operator=(const FullMatrixHandler &) | FullMatrixHandler | |
PacMat(void) | MatrixHandler | virtual |
SubMatrixHandler::pdGetMat(void) const | MatrixHandler | inlinevirtual |
SubMatrixHandler::pdGetMat(void) | MatrixHandler | inlinevirtual |
FullMatrixHandler::pdGetMat(void) const | FullMatrixHandler | inlinevirtual |
FullMatrixHandler::pdGetMat(void) | FullMatrixHandler | inlinevirtual |
pdGetVec(integer iCol) const | FullMatrixHandler | inlinevirtual |
pdGetVec(integer iCol) | FullMatrixHandler | inlinevirtual |
pdRaw | FullMatrixHandler | protected |
pdRawm1 | FullMatrixHandler | protected |
piColm1 | FullSubMatrixHandler | protected |
piGetCols(void) const | MatrixHandler | inlinevirtual |
piGetRows(void) const | MatrixHandler | inlinevirtual |
piRowm1 | FullSubMatrixHandler | protected |
ppdCols | FullMatrixHandler | protected |
ppdColsm1 | FullMatrixHandler | protected |
Put(integer iRow, integer iCol, const Vec3 &v) | FullSubMatrixHandler | |
Put(integer iRow, integer iCol, const Mat3x3 &m) | FullSubMatrixHandler | |
Put(integer iRow, integer iCol, const Mat3xN &m) | FullSubMatrixHandler | |
Put(integer iRow, integer iCol, const MatNx3 &m) | FullSubMatrixHandler | |
Put(integer iRow, integer iCol, const FullMatrixHandler &source) | FullSubMatrixHandler | |
Put(integer iRow, integer iCol, const FullMatrixHandler &source, const doublereal dCoef) | FullSubMatrixHandler | |
PutCoef(integer iRow, integer iCol, const doublereal &dCoef) | FullSubMatrixHandler | inlinevirtual |
PutColIndex(integer iSubCol, integer iCol) | FullSubMatrixHandler | inlinevirtual |
PutCross(integer iFirstRow, integer iFirstCol, const Vec3 &v) | FullSubMatrixHandler | |
PutDiag(integer iFirstRow, integer iFirstCol, const Vec3 &v) | FullSubMatrixHandler | |
PutDiag(integer iFirstRow, integer iFirstCol, const doublereal &v) | FullSubMatrixHandler | |
PutRowIndex(integer iSubRow, integer iRow) | FullSubMatrixHandler | inlinevirtual |
PutT(integer iRow, integer iCol, const Vec3 &v) | FullSubMatrixHandler | |
PutT(integer iRow, integer iCol, const Mat3x3 &m) | FullSubMatrixHandler | |
PutT(integer iRow, integer iCol, const Mat3xN &m) | FullSubMatrixHandler | |
PutT(integer iRow, integer iCol, const FullMatrixHandler &source) | FullSubMatrixHandler | |
PutT(integer iRow, integer iCol, const FullMatrixHandler &source, const doublereal dCoef) | FullSubMatrixHandler | |
Reset(void) | FullSubMatrixHandler | virtual |
Resize(integer iNewRow, integer iNewCol) | FullSubMatrixHandler | virtual |
ResizeReset(integer, integer) | FullSubMatrixHandler | virtual |
ScalarMul(const doublereal &d) | MatrixHandler | virtual |
Sub(integer iRow, integer iCol, const Vec3 &v) | FullSubMatrixHandler | |
Sub(integer iRow, integer iCol, const Mat3x3 &m) | FullSubMatrixHandler | |
Sub(integer iRow, integer iCol, const Mat3xN &m) | FullSubMatrixHandler | |
Sub(integer iRow, integer iCol, const MatNx3 &m) | FullSubMatrixHandler | |
Sub(integer iRow, integer iCol, const FullMatrixHandler &source) | FullSubMatrixHandler | |
Sub(integer iRow, integer iCol, const FullMatrixHandler &source, const doublereal dCoef) | FullSubMatrixHandler | |
SubFrom(MatrixHandler &MH) const | FullSubMatrixHandler | virtual |
SubFrom(FullMatrixHandler &MH) const | FullSubMatrixHandler | |
SubFromT(MatrixHandler &MH) const | FullSubMatrixHandler | virtual |
SubFromT(FullMatrixHandler &MH) const | FullSubMatrixHandler | |
SubT(integer iRow, integer iCol, const Vec3 &v) | FullSubMatrixHandler | |
SubT(integer iRow, integer iCol, const Mat3x3 &m) | FullSubMatrixHandler | |
SubT(integer iRow, integer iCol, const Mat3xN &m) | FullSubMatrixHandler | |
SubT(integer iRow, integer iCol, const FullMatrixHandler &source) | FullSubMatrixHandler | |
SubT(integer iRow, integer iCol, const FullMatrixHandler &source, const doublereal dCoef) | FullSubMatrixHandler | |
~FullMatrixHandler(void) | FullMatrixHandler | virtual |
~FullSubMatrixHandler(void) | FullSubMatrixHandler | virtual |
~MatrixHandler(void) | MatrixHandler | virtual |
~SubMatrixHandler(void) | SubMatrixHandler | virtual |