Public Types | |
|
typedef CjMatrixSubVector_const_iterator < T, is_col > | const_iterator |
Public Member Functions | |
| CjMatrixSubVectorC (const unsigned int row_col, const CjMatrix< T > *const mat) | |
| CjMatrixSubVectorC (const CjMatrixSubVectorC< T, is_col > &orig) | |
| CjMatrixSubVectorC (const CjMatrixSubVector< T, is_col > &orig) | |
| const_iterator | cbegin () |
| const_iterator | cend () |
Protected Attributes | |
| const CjMatrix< T > *const | m_mat |
| unsigned int | m_row_col |
1.7.1