Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | Protected Attributes | List of all members
TNT::Transpose_View< Array2D > Class Template Reference

#include <Base/Math/tnt/transv.h>

Public Types

typedef const Tconst_iterator
 
typedef const Tconst_reference
 
typedef T element_type
 
typedef Titerator
 
typedef Tpointer
 
typedef Treference
 
typedef Array2D::element_type T
 
typedef T value_type
 

Public Member Functions

const Array2D & array () const
 
Subscript dim (Subscript i) const
 
Subscript lbound () const
 
Subscript num_cols () const
 
Subscript num_rows () const
 
const Array2D::element_type & operator() (Subscript i, Subscript j) const
 
 Transpose_View (const Transpose_View< Array2D > &A)
 
 Transpose_View (const Array2D &A)
 

Protected Attributes

const Array2D & A_
 

Detailed Description

template<class Array2D>
class TNT::Transpose_View< Array2D >

Definition at line 47 of file transv.h.

Member Typedef Documentation

template<class Array2D>
typedef const T* TNT::Transpose_View< Array2D >::const_iterator

Definition at line 61 of file transv.h.

template<class Array2D>
typedef const T& TNT::Transpose_View< Array2D >::const_reference

Definition at line 62 of file transv.h.

template<class Array2D>
typedef T TNT::Transpose_View< Array2D >::element_type

Definition at line 57 of file transv.h.

template<class Array2D>
typedef T* TNT::Transpose_View< Array2D >::iterator

Definition at line 59 of file transv.h.

template<class Array2D>
typedef T* TNT::Transpose_View< Array2D >::pointer

Definition at line 58 of file transv.h.

template<class Array2D>
typedef T& TNT::Transpose_View< Array2D >::reference

Definition at line 60 of file transv.h.

template<class Array2D>
typedef Array2D::element_type TNT::Transpose_View< Array2D >::T

Definition at line 55 of file transv.h.

template<class Array2D>
typedef T TNT::Transpose_View< Array2D >::value_type

Definition at line 56 of file transv.h.

Constructor & Destructor Documentation

template<class Array2D>
TNT::Transpose_View< Array2D >::Transpose_View ( const Transpose_View< Array2D > &  A)
inline

Definition at line 82 of file transv.h.

template<class Array2D>
TNT::Transpose_View< Array2D >::Transpose_View ( const Array2D &  A)
inline

Definition at line 83 of file transv.h.

Member Function Documentation

template<class Array2D>
const Array2D& TNT::Transpose_View< Array2D >::array ( ) const
inline

Definition at line 65 of file transv.h.

References TNT::Transpose_View< Array2D >::A_.

template<class Array2D>
Subscript TNT::Transpose_View< Array2D >::dim ( Subscript  i) const
inline
template<class Array2D>
Subscript TNT::Transpose_View< Array2D >::lbound ( ) const
inline

Definition at line 68 of file transv.h.

References TNT::Transpose_View< Array2D >::A_.

Referenced by TNT::Transpose_View< Array2D >::operator()().

template<class Array2D>
Subscript TNT::Transpose_View< Array2D >::num_cols ( ) const
inline

Definition at line 67 of file transv.h.

References TNT::Transpose_View< Array2D >::A_.

Referenced by TNT::Transpose_View< Array2D >::dim(), and TNT::matmult().

template<class Array2D>
Subscript TNT::Transpose_View< Array2D >::num_rows ( ) const
inline

Definition at line 66 of file transv.h.

References TNT::Transpose_View< Array2D >::A_.

Referenced by TNT::Transpose_View< Array2D >::dim(), and TNT::matmult().

template<class Array2D>
const Array2D::element_type& TNT::Transpose_View< Array2D >::operator() ( Subscript  i,
Subscript  j 
) const
inline

Member Data Documentation

template<class Array2D>
const Array2D& TNT::Transpose_View< Array2D >::A_
protected

The documentation for this class was generated from the following file: