Boost.uBlas 1.49
Linear Algebra in C++: matrices, vectors and numeric algorithms

boost::numeric::ublas::matrix_unary1< E, F > Class Template Reference

#include <matrix_expression.hpp>

Inheritance diagram for boost::numeric::ublas::matrix_unary1< E, F >:
Collaboration diagram for boost::numeric::ublas::matrix_unary1< E, F >:

List of all members.

Classes

class  const_iterator1
class  const_iterator2

Public Types

typedef const_closure_type closure_type
typedef const self_type const_closure_type
typedef value_type const_reference
typedef reverse_iterator_base1
< const_iterator1
const_reverse_iterator1
typedef reverse_iterator_base2
< const_iterator2
const_reverse_iterator2
typedef E::difference_type difference_type
typedef E::const_closure_type expression_closure_type
typedef const_iterator1 iterator1
typedef const_iterator2 iterator2
typedef E::orientation_category orientation_category
typedef const_reference reference
typedef E::size_type size_type
typedef unknown_storage_tag storage_category
typedef matrix_tag type_category
typedef F::result_type value_type

Public Member Functions

BOOST_UBLAS_INLINE matrix_unary1 (const expression_type &e)
BOOST_UBLAS_INLINE const_iterator1 begin1 () const
BOOST_UBLAS_INLINE const_iterator2 begin2 () const
BOOST_UBLAS_INLINE const_iterator1 end1 () const
BOOST_UBLAS_INLINE const_iterator2 end2 () const
BOOST_UBLAS_INLINE const
expression_closure_type
expression () const
BOOST_UBLAS_INLINE const_iterator1 find1 (int rank, size_type i, size_type j) const
BOOST_UBLAS_INLINE const_iterator2 find2 (int rank, size_type i, size_type j) const
BOOST_UBLAS_INLINE
expression_type
operator() ()
BOOST_UBLAS_INLINE const
expression_type
operator() () const
BOOST_UBLAS_INLINE const_reference operator() (size_type i, size_type j) const
BOOST_UBLAS_INLINE
const_reverse_iterator1 
rbegin1 () const
BOOST_UBLAS_INLINE
const_reverse_iterator2 
rbegin2 () const
BOOST_UBLAS_INLINE
const_reverse_iterator1 
rend1 () const
BOOST_UBLAS_INLINE
const_reverse_iterator2 
rend2 () const
BOOST_UBLAS_INLINE bool same_closure (const matrix_unary1 &mu1) const
BOOST_UBLAS_INLINE size_type size1 () const
BOOST_UBLAS_INLINE size_type size2 () const

Static Public Attributes

static const unsigned complexity

Private Types

typedef const value_typeconst_pointer
typedef E::const_iterator1 const_subiterator1_type
typedef E::const_iterator2 const_subiterator2_type
typedef E expression_type
typedef F functor_type
typedef matrix_unary1< E, F > self_type

Private Attributes

expression_closure_type e_

Detailed Description

template<class E, class F>
class boost::numeric::ublas::matrix_unary1< E, F >

Definition at line 784 of file matrix_expression.hpp.


Member Typedef Documentation

template<class E , class F >
typedef E boost::numeric::ublas::matrix_unary1< E, F >::expression_type [private]
template<class E , class F >
typedef F boost::numeric::ublas::matrix_unary1< E, F >::functor_type [private]

Definition at line 788 of file matrix_expression.hpp.

template<class E , class F >
typedef E::const_closure_type boost::numeric::ublas::matrix_unary1< E, F >::expression_closure_type

Definition at line 790 of file matrix_expression.hpp.

template<class E , class F >
typedef matrix_unary1<E, F> boost::numeric::ublas::matrix_unary1< E, F >::self_type [private]
template<class E , class F >
typedef E::size_type boost::numeric::ublas::matrix_unary1< E, F >::size_type

Definition at line 797 of file matrix_expression.hpp.

template<class E , class F >
typedef E::difference_type boost::numeric::ublas::matrix_unary1< E, F >::difference_type

Definition at line 798 of file matrix_expression.hpp.

template<class E , class F >
typedef F::result_type boost::numeric::ublas::matrix_unary1< E, F >::value_type

Definition at line 799 of file matrix_expression.hpp.

template<class E , class F >
typedef value_type boost::numeric::ublas::matrix_unary1< E, F >::const_reference

Definition at line 800 of file matrix_expression.hpp.

template<class E , class F >
typedef const_reference boost::numeric::ublas::matrix_unary1< E, F >::reference

Definition at line 801 of file matrix_expression.hpp.

template<class E , class F >
typedef const self_type boost::numeric::ublas::matrix_unary1< E, F >::const_closure_type

Definition at line 802 of file matrix_expression.hpp.

template<class E , class F >
typedef const_closure_type boost::numeric::ublas::matrix_unary1< E, F >::closure_type

Definition at line 803 of file matrix_expression.hpp.

template<class E , class F >
typedef E::orientation_category boost::numeric::ublas::matrix_unary1< E, F >::orientation_category

Definition at line 804 of file matrix_expression.hpp.

template<class E , class F >
typedef unknown_storage_tag boost::numeric::ublas::matrix_unary1< E, F >::storage_category

Definition at line 805 of file matrix_expression.hpp.

template<class E , class F >
typedef E::const_iterator1 boost::numeric::ublas::matrix_unary1< E, F >::const_subiterator1_type [private]

Definition at line 844 of file matrix_expression.hpp.

template<class E , class F >
typedef E::const_iterator2 boost::numeric::ublas::matrix_unary1< E, F >::const_subiterator2_type [private]

Definition at line 845 of file matrix_expression.hpp.

template<class E , class F >
typedef const value_type* boost::numeric::ublas::matrix_unary1< E, F >::const_pointer [private]

Definition at line 846 of file matrix_expression.hpp.

template<class E , class F >
typedef const_iterator1 boost::numeric::ublas::matrix_unary1< E, F >::iterator1

Definition at line 855 of file matrix_expression.hpp.

template<class E , class F >
typedef const_iterator2 boost::numeric::ublas::matrix_unary1< E, F >::iterator2

Definition at line 857 of file matrix_expression.hpp.

Definition at line 860 of file matrix_expression.hpp.

Definition at line 861 of file matrix_expression.hpp.

Definition at line 314 of file expression_types.hpp.


Constructor & Destructor Documentation

template<class E , class F >
BOOST_UBLAS_INLINE boost::numeric::ublas::matrix_unary1< E, F >::matrix_unary1 ( const expression_type e) [inline, explicit]

Definition at line 809 of file matrix_expression.hpp.


Member Function Documentation

template<class E , class F >
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::matrix_unary1< E, F >::size1 ( ) const [inline]

Definition at line 814 of file matrix_expression.hpp.

template<class E , class F >
BOOST_UBLAS_INLINE size_type boost::numeric::ublas::matrix_unary1< E, F >::size2 ( ) const [inline]

Definition at line 818 of file matrix_expression.hpp.

template<class E , class F >
BOOST_UBLAS_INLINE const expression_closure_type& boost::numeric::ublas::matrix_unary1< E, F >::expression ( ) const [inline]

Definition at line 825 of file matrix_expression.hpp.

template<class E , class F >
BOOST_UBLAS_INLINE const_reference boost::numeric::ublas::matrix_unary1< E, F >::operator() ( size_type  i,
size_type  j 
) const [inline]

Definition at line 832 of file matrix_expression.hpp.

template<class E , class F >
BOOST_UBLAS_INLINE bool boost::numeric::ublas::matrix_unary1< E, F >::same_closure ( const matrix_unary1< E, F > &  mu1) const [inline]

Definition at line 838 of file matrix_expression.hpp.

template<class E , class F >
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::matrix_unary1< E, F >::find1 ( int  rank,
size_type  i,
size_type  j 
) const [inline]

Definition at line 865 of file matrix_expression.hpp.

template<class E , class F >
BOOST_UBLAS_INLINE const_iterator2 boost::numeric::ublas::matrix_unary1< E, F >::find2 ( int  rank,
size_type  i,
size_type  j 
) const [inline]

Definition at line 874 of file matrix_expression.hpp.

template<class E , class F >
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::matrix_unary1< E, F >::begin1 ( ) const [inline]

Definition at line 1013 of file matrix_expression.hpp.

template<class E , class F >
BOOST_UBLAS_INLINE const_iterator1 boost::numeric::ublas::matrix_unary1< E, F >::end1 ( ) const [inline]

Definition at line 1017 of file matrix_expression.hpp.

template<class E , class F >
BOOST_UBLAS_INLINE const_iterator2 boost::numeric::ublas::matrix_unary1< E, F >::begin2 ( ) const [inline]

Definition at line 1148 of file matrix_expression.hpp.

template<class E , class F >
BOOST_UBLAS_INLINE const_iterator2 boost::numeric::ublas::matrix_unary1< E, F >::end2 ( ) const [inline]

Definition at line 1152 of file matrix_expression.hpp.

template<class E , class F >
BOOST_UBLAS_INLINE const_reverse_iterator1 boost::numeric::ublas::matrix_unary1< E, F >::rbegin1 ( ) const [inline]

Definition at line 1159 of file matrix_expression.hpp.

template<class E , class F >
BOOST_UBLAS_INLINE const_reverse_iterator1 boost::numeric::ublas::matrix_unary1< E, F >::rend1 ( ) const [inline]

Definition at line 1163 of file matrix_expression.hpp.

template<class E , class F >
BOOST_UBLAS_INLINE const_reverse_iterator2 boost::numeric::ublas::matrix_unary1< E, F >::rbegin2 ( ) const [inline]

Definition at line 1168 of file matrix_expression.hpp.

template<class E , class F >
BOOST_UBLAS_INLINE const_reverse_iterator2 boost::numeric::ublas::matrix_unary1< E, F >::rend2 ( ) const [inline]

Definition at line 1172 of file matrix_expression.hpp.

BOOST_UBLAS_INLINE const expression_type& boost::numeric::ublas::matrix_expression< matrix_unary1< E, F > >::operator() ( ) const [inline, inherited]

Definition at line 320 of file expression_types.hpp.

BOOST_UBLAS_INLINE expression_type& boost::numeric::ublas::matrix_expression< matrix_unary1< E, F > >::operator() ( ) [inline, inherited]

Definition at line 324 of file expression_types.hpp.


Member Data Documentation

template<class E , class F >
expression_closure_type boost::numeric::ublas::matrix_unary1< E, F >::e_ [private]

Definition at line 1177 of file matrix_expression.hpp.

const unsigned boost::numeric::ublas::matrix_expression< matrix_unary1< E, F > >::complexity [static, inherited]

Definition at line 312 of file expression_types.hpp.


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