row proxy More...
#include <SparseMatrix.h>
Public Member Functions | |
const T & | operator[] (const IndexType column) const |
Row (const SparseMatrix &m, const IndexType row) | |
Private Attributes | |
const IndexType | fRow |
const SparseMatrix & | fSparseMatrix |
row proxy
Definition at line 41 of file SparseMatrix.h.
|
inline |
Definition at line 43 of file SparseMatrix.h.
|
inline |
Definition at line 47 of file SparseMatrix.h.
References utl::SparseMatrix< T >::Row::fRow, and utl::SparseMatrix< T >::Row::fSparseMatrix.
|
private |
Definition at line 53 of file SparseMatrix.h.
Referenced by utl::SparseMatrix< T >::Row::operator[]().
|
private |
Definition at line 52 of file SparseMatrix.h.
Referenced by utl::SparseMatrix< T >::Row::operator[]().