library of assembled shared sources |
http://lass.cocamware.com |
#include <matrix.h>
Public Member Functions | |
T & | operator[] (size_t iJ) |
const T & | operator[] (size_t iJ) const |
T & | at (size_t iJ) |
const T & | at (size_t iJ) const |
const TSize | size () const |
Private Member Functions | |
Row (Matrix< T, S > &iMatrix, TSize iRow) | |
Private Attributes | |
Matrix< T, S > & | matrix_ |
TSize | row_ |
Friends | |
class | Matrix< T, S > |
Definition at line 89 of file matrix.h.
lass::num::Matrix< T, S >::Row::Row | ( | Matrix< T, S > & | iMatrix, | |
TSize | iRow | |||
) | [inline, private] |
T& lass::num::Matrix< T, S >::Row::operator[] | ( | size_t | iJ | ) | [inline] |
Definition at line 92 of file matrix.h.
References lass::num::Matrix< T, S >::Row::matrix_, and lass::num::Matrix< T, S >::Row::row_.
const T& lass::num::Matrix< T, S >::Row::operator[] | ( | size_t | iJ | ) | const [inline] |
Definition at line 93 of file matrix.h.
References lass::num::Matrix< T, S >::Row::matrix_, and lass::num::Matrix< T, S >::Row::row_.
T& lass::num::Matrix< T, S >::Row::at | ( | size_t | iJ | ) | [inline] |
Definition at line 94 of file matrix.h.
References lass::num::Matrix< T, S >::Row::matrix_, and lass::num::Matrix< T, S >::Row::row_.
const T& lass::num::Matrix< T, S >::Row::at | ( | size_t | iJ | ) | const [inline] |
Definition at line 95 of file matrix.h.
References lass::num::Matrix< T, S >::Row::matrix_, and lass::num::Matrix< T, S >::Row::row_.
const TSize lass::num::Matrix< T, S >::Row::size | ( | ) | const [inline] |
friend class Matrix< T, S > [friend] |
Matrix<T, S>& lass::num::Matrix< T, S >::Row::matrix_ [private] |
Definition at line 100 of file matrix.h.
Referenced by lass::num::Matrix< T, S >::Row::at(), lass::num::Matrix< T, S >::Row::operator[](), and lass::num::Matrix< T, S >::Row::size().
TSize lass::num::Matrix< T, S >::Row::row_ [private] |
Definition at line 101 of file matrix.h.
Referenced by lass::num::Matrix< T, S >::Row::at(), and lass::num::Matrix< T, S >::Row::operator[]().
Generated on Mon Nov 10 14:22:10 2008 for Library of Assembled Shared Sources by 1.5.7.1 |