index class More...
#include <SparseMatrix.h>
Public Member Functions | |
| IndexType | GetColumn () const |
| IndexType | GetRow () const |
| Index (const IndexType row, const IndexType column) | |
| bool | operator< (const Index &i) const |
| bool | operator== (const Index &i) const |
Private Attributes | |
| const IndexType | fColumn |
| const IndexType | fRow |
index class
Definition at line 57 of file SparseMatrix.h.
|
inline |
Definition at line 59 of file SparseMatrix.h.
|
inline |
Definition at line 64 of file SparseMatrix.h.
References utl::SparseMatrix< T >::Index::fColumn.
Referenced by utl::SparseMatrix< T >::Transpose().
|
inline |
Definition at line 62 of file SparseMatrix.h.
References utl::SparseMatrix< T >::Index::fRow.
Referenced by utl::SparseMatrix< T >::Transpose().
|
inline |
Definition at line 66 of file SparseMatrix.h.
References utl::SparseMatrix< T >::Index::fColumn, and utl::SparseMatrix< T >::Index::fRow.
|
inline |
Definition at line 69 of file SparseMatrix.h.
References utl::SparseMatrix< T >::Index::fColumn, and utl::SparseMatrix< T >::Index::fRow.
|
private |
Definition at line 74 of file SparseMatrix.h.
Referenced by utl::SparseMatrix< T >::Index::GetColumn(), utl::SparseMatrix< T >::Index::operator<(), and utl::SparseMatrix< T >::Index::operator==().
|
private |
Definition at line 73 of file SparseMatrix.h.
Referenced by utl::SparseMatrix< T >::Index::GetRow(), utl::SparseMatrix< T >::Index::operator<(), and utl::SparseMatrix< T >::Index::operator==().