LSDTopoTools
 All Classes Files Functions Variables Friends Pages
Public Types | Public Member Functions | List of all members
LSDMatrix< Value_T > Class Template Reference

Public Types

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
 

Public Member Functions

 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: