LTL
2.0.x
|
Public Types | |
enum | { static_size = 1 } |
Public Member Functions | |
FMIter (FMatrix< T, M, N > &m) | |
T | operator[] (const int i) const |
T & | operator[] (const int i) |
T | operator() (const int i, const int j) const |
T & | operator() (const int i, const int j) |
Protected Attributes | |
T * | __data_ |