Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::numeric::ublas::matrix_traits< MATRIX > Struct Template Reference

Traits class to extract type information from a MATRIX. More...

#include <traits.hpp>

Inheritance diagram for boost::numeric::ublas::matrix_traits< MATRIX >:
Collaboration diagram for boost::numeric::ublas::matrix_traits< MATRIX >:

Public Types

typedef
MATRIX::orientation_category 
orientation_category
 orientation of the matrix, either row_major_tag, column_major_tag or unknown_orientation_tag More...
 
typedef MATRIX::const_iterator1 const_iterator1
 row iterator for the matrix More...
 
typedef MATRIX::const_iterator2 const_iterator2
 column iterator for the matrix More...
 
typedef MATRIX::size_type size_type
 type of indices More...
 
typedef MATRIX::difference_type difference_type
 type of differences of indices More...
 
typedef MATRIX::storage_category storage_category
 storage category: unknown_storage_tag, dense_tag, packed_tag, ... More...
 
typedef MATRIX::value_type value_type
 type of elements More...
 
typedef MATRIX::const_reference const_reference
 const reference to an element More...
 
typedef MATRIX::const_closure_type const_closure_type
 type used in expressions to mark a reference to this class (usually a const container_reference<const E> or the class itself) More...
 
typedef MATRIX::iterator1 iterator1
 row iterator for the matrix More...
 
typedef MATRIX::iterator2 iterator2
 column iterator for the matrix More...
 
typedef MATRIX::reference reference
 reference to an element More...
 
typedef MATRIX::closure_type closure_type
 type used in expressions to mark a reference to this class (usually a container_reference<E> or the class itself) More...
 

Detailed Description

template<class MATRIX>
struct boost::numeric::ublas::matrix_traits< MATRIX >

Traits class to extract type information from a MATRIX.

Member Typedef Documentation

type used in expressions to mark a reference to this class (usually a container_reference<E> or the class itself)

type used in expressions to mark a reference to this class (usually a const container_reference<const E> or the class itself)

template<class MATRIX>
typedef MATRIX::const_iterator1 boost::numeric::ublas::matrix_view_traits< MATRIX >::const_iterator1
inherited

row iterator for the matrix

template<class MATRIX>
typedef MATRIX::const_iterator2 boost::numeric::ublas::matrix_view_traits< MATRIX >::const_iterator2
inherited

column iterator for the matrix

const reference to an element

type of differences of indices

template<class MATRIX>
typedef MATRIX::iterator1 boost::numeric::ublas::mutable_matrix_traits< MATRIX >::iterator1
inherited

row iterator for the matrix

template<class MATRIX>
typedef MATRIX::iterator2 boost::numeric::ublas::mutable_matrix_traits< MATRIX >::iterator2
inherited

column iterator for the matrix

template<class MATRIX>
typedef MATRIX::orientation_category boost::numeric::ublas::matrix_view_traits< MATRIX >::orientation_category
inherited

orientation of the matrix, either row_major_tag, column_major_tag or unknown_orientation_tag

reference to an element

typedef MATRIX ::size_type boost::numeric::ublas::container_view_traits< MATRIX >::size_type
inherited

type of indices

storage category: unknown_storage_tag, dense_tag, packed_tag, ...

type of elements


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