Public Types | Public Member Functions | Protected Attributes | Friends

CjMatrixSubVector< T, is_col > Class Template Reference

List of all members.

Public Types

typedef
CjMatrixSubVector_iterator< T,
is_col > 
iterator
typedef
CjMatrixSubVector_const_iterator
< T, is_col > 
const_iterator

Public Member Functions

 CjMatrixSubVector (const unsigned int row_col, CjMatrix< T > *const mat)
 CjMatrixSubVector (const CjMatrixSubVector< T, is_col > &orig)
iterator begin ()
iterator end ()
const_iterator cbegin ()
const_iterator cend ()

Protected Attributes

CjMatrix< T > *const m_mat
unsigned int m_row_col

Friends

class CjMatrixSubVectorC

template<typename T, bool is_col>
class CjMatrixSubVector< T, is_col >


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator