|
typedef Value_T | value_type |
|
typedef LSDMatrix | self |
|
typedef value_type * | iterator |
|
typedef const value_type * | const_iterator |
|
typedef Value_T * | row_type |
|
typedef stride_iter< value_type * > | col_type |
|
typedef const value_type * | const_row_type |
|
typedef stride_iter< const
value_type * > | const_col_type |
|
|
| LSDMatrix (int r, int c) |
|
| LSDMatrix (const self &x) |
|
template<typename T > |
| LSDMatrix (const valarray< T > &x) |
|
template<typename T > |
| LSDMatrix (const LSDMatrix< T > &x) |
|
int | rows () const |
|
int | cols () const |
|
int | size () const |
|
row_type | row_begin (int n) |
|
The documentation for this class was generated from the following file: