List of all members | Public Member Functions | Private Attributes
utl::SparseMatrix< T >::Row Class Reference

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 SparseMatrixfSparseMatrix
 

Detailed Description

template<typename T = double>
class utl::SparseMatrix< T >::Row

row proxy

Definition at line 41 of file SparseMatrix.h.

Constructor & Destructor Documentation

template<typename T = double>
utl::SparseMatrix< T >::Row::Row ( const SparseMatrix m,
const IndexType  row 
)
inline

Definition at line 43 of file SparseMatrix.h.

Member Function Documentation

template<typename T = double>
const T& utl::SparseMatrix< T >::Row::operator[] ( const IndexType  column) const
inline

Member Data Documentation

template<typename T = double>
const IndexType utl::SparseMatrix< T >::Row::fRow
private

Definition at line 53 of file SparseMatrix.h.

Referenced by utl::SparseMatrix< T >::Row::operator[]().

template<typename T = double>
const SparseMatrix& utl::SparseMatrix< T >::Row::fSparseMatrix
private

Definition at line 52 of file SparseMatrix.h.

Referenced by utl::SparseMatrix< T >::Row::operator[]().


The documentation for this class was generated from the following file:

, generated on Tue Sep 26 2023.