MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
mds::math::CSparseMatrixAlt< T > Member List
This is the complete list of members for mds::math::CSparseMatrixAlt< T >, including all inherited members.
abs()mds::math::CSparseMatrixAlt< T >
addReference() const mds::base::CObject [protected]
asDense(CMatrix< T > &)mds::math::CSparseMatrixAlt< T >
at(tSize row, tSize col) const mds::math::CSparseMatrixAlt< T >
CSparseMatrixBase< CSparseMatrixAlt< T > >::at(tSize row, tSize col)mds::math::CSparseMatrixBase< CSparseMatrixAlt< T > >
atRef(tSize row, tSize col)mds::math::CSparseMatrixAlt< T >
CLASS_OBJECT enum valuemds::base::CObject
CLASS_SPARSEMATRIX enum valuemds::math::CSparseMatrixAlt< T >
clear()mds::math::CSparseMatrixAlt< T >
CObject()mds::base::CObject [protected]
CObject(const CObject &)mds::base::CObject [protected]
cols() const mds::math::CSparseMatrixAlt< T >
create(tSize NumOfRows, tSize NumOfCols)mds::math::CSparseMatrixAlt< T >
create(tSize NumOfRows, tSize NumOfCols, const tElement &Dominant)mds::math::CSparseMatrixAlt< T >
create(const CSparseMatrixBase< Derived > &Matrix)mds::math::CSparseMatrixAlt< T >
create(tSize rows, tSize cols)mds::math::CSparseMatrixAlt< T >
create(tSize rows, tSize cols, const tElement &dominant)mds::math::CSparseMatrixAlt< T >
create(const CSparseMatrixBase< Derived > &Matrix)mds::math::CSparseMatrixAlt< T >
CSparseMatrixAlt()mds::math::CSparseMatrixAlt< T >
CSparseMatrixAlt(tSize NumOfRows, tSize NumOfCols)mds::math::CSparseMatrixAlt< T >
CSparseMatrixAlt(tSize NumOfRows, tSize NumOfCols, const tElement &Dominant)mds::math::CSparseMatrixAlt< T >
CSparseMatrixAlt(const CSparseMatrixAlt &Matrix)mds::math::CSparseMatrixAlt< T >
CSparseMatrixBase()mds::math::CSparseMatrixBase< CSparseMatrixAlt< T > > [protected]
CSparseMatrixBase(const CSparseMatrixBase &)mds::math::CSparseMatrixBase< CSparseMatrixAlt< T > > [protected]
delReference() const mds::base::CObject [protected]
fill(const T &Value)mds::math::CSparseMatrixAlt< T >
forEach(Function Func) const mds::math::CSparseMatrixAlt< T >
forEach(Function Func) const mds::math::CSparseMatrixAlt< T >
forEachRef(Function Func)mds::math::CSparseMatrixAlt< T >
forEachRef(Function Func)mds::math::CSparseMatrixAlt< T >
getColBegin(tSize col)mds::math::CSparseMatrixAlt< T >
getColBegin(tSize col) const mds::math::CSparseMatrixAlt< T >
getColEnd(tSize col)mds::math::CSparseMatrixAlt< T >
getColEnd(tSize col) const mds::math::CSparseMatrixAlt< T >
getColSize(tSize col) const mds::math::CSparseMatrixAlt< T >
getDominant() const mds::math::CSparseMatrixAlt< T >
getEntry(tSize row, tSize col)mds::math::CSparseMatrixAlt< T >
getEntry(tSize row, tSize col) const mds::math::CSparseMatrixAlt< T >
getImpl()mds::math::CSparseMatrixBase< CSparseMatrixAlt< T > >
getImpl() constmds::math::CSparseMatrixBase< CSparseMatrixAlt< T > >
getNull()mds::math::CSparseMatrixAlt< T >
getNull() const mds::math::CSparseMatrixAlt< T >
getNumOfCols() const mds::math::CSparseMatrixAlt< T >
getNumOfNonDominant() const mds::math::CSparseMatrixAlt< T >
getNumOfRows() const mds::math::CSparseMatrixAlt< T >
getReferencesCount() const mds::base::CObject
HEAP_OBJECT enum valuemds::base::CObject
insert(tSize row, tSize col, tColIterator &col_pos, tElement element)mds::math::CSparseMatrixAlt< T >
isOnHeap() const mds::base::CObject
isSquare() const mds::math::CSparseMatrixAlt< T >
lmult(const CVector< T > &vec, CVector< T > &result)mds::math::CSparseMatrixAlt< T >
m_Dominantmds::math::CSparseMatrixAlt< T > [protected]
m_iHeapObjectmds::base::CObject [mutable, protected]
m_iReferencesmds::base::CObject [mutable, protected]
m_Matrixmds::math::CSparseMatrixAlt< T > [protected]
m_NullEntrymds::math::CSparseMatrixAlt< T > [protected]
m_NumOfColsmds::math::CSparseMatrixAlt< T > [protected]
m_NumOfNonDominantmds::math::CSparseMatrixAlt< T > [protected]
m_NumOfRowsmds::math::CSparseMatrixAlt< T > [protected]
MDS_SHAREDPTR(CSparseMatrixAlt)mds::math::CSparseMatrixAlt< T >
ones()mds::math::CSparseMatrixAlt< T >
operator new(std::size_t Size)mds::base::CObject [static]
operator()(tSize row, tSize col) const mds::math::CSparseMatrixAlt< T >
CSparseMatrixBase< CSparseMatrixAlt< T > >::operator()(tSize row, tSize col)mds::math::CSparseMatrixBase< CSparseMatrixAlt< T > >
operator=(const CSparseMatrixAlt &Matrix)mds::math::CSparseMatrixAlt< T >
mds::base::CObject::operator=(const CObject &)mds::base::CObject [protected]
CSparseMatrixBase< CSparseMatrixAlt< T > >::operator=(const CSparseMatrixBase &)mds::math::CSparseMatrixBase< CSparseMatrixAlt< T > > [protected]
pforEach(Function Func) const mds::math::CSparseMatrixAlt< T >
pforEach(Function Func) const mds::math::CSparseMatrixAlt< T >
pforEachRef(Function Func)mds::math::CSparseMatrixAlt< T >
pforEachRef(Function Func)mds::math::CSparseMatrixAlt< T >
rmult(const CVector< T > &vec, CVector< T > &result)mds::math::CSparseMatrixAlt< T >
rows() const mds::math::CSparseMatrixAlt< T >
search(tSize row, tSize col, tColIterator &it)mds::math::CSparseMatrixAlt< T >
search(tSize row, tSize col, tColConstIterator &it) const mds::math::CSparseMatrixAlt< T >
set(tSize row, tSize col, const tElement &el)mds::math::CSparseMatrixAlt< T >
CSparseMatrixBase< CSparseMatrixAlt< T > >::set(tSize row, tSize col, const tElement &Value)mds::math::CSparseMatrixBase< CSparseMatrixAlt< T > >
tBase typedefmds::math::CSparseMatrixAlt< T >
tColConstIterator typedefmds::math::CSparseMatrixAlt< T >
tColIterator typedefmds::math::CSparseMatrixAlt< T >
tColumn typedefmds::math::CSparseMatrixAlt< T >
tElement typedefmds::math::CSparseMatrixAlt< T >
tEntry typedefmds::math::CSparseMatrixAlt< T >
tMatrix typedefmds::math::CSparseMatrixBase< CSparseMatrixAlt< T > >
transpose(const CSparseMatrixAlt &)mds::math::CSparseMatrixAlt< T >
tSparseMatrix typedefmds::math::CSparseMatrixAlt< T >
unit()mds::math::CSparseMatrixAlt< T >
zeros()mds::math::CSparseMatrixAlt< T >
~CObject()mds::base::CObject [virtual]
~CSparseMatrixAlt()mds::math::CSparseMatrixAlt< T > [virtual]