shark::blas::vector_binary< E1, E2, F > Class Template Reference

#include <shark/LinAlg/BLAS/vector_expression.hpp>

+ Inheritance diagram for shark::blas::vector_binary< E1, E2, F >:

Public Types

typedef value_type const_reference
 
typedef value_type reference
 
typedef value_type const * const_pointer
 
typedef value_type const * pointer
 
typedef E1::const_index_pointer const_index_pointer
 
typedef index_pointer< E1 >::type index_pointer
 
typedef unknown_storage_tag storage_category
 
typedef evaluation_restrict_traits< E1, E2 >::type evaluation_category
 
typedef binary_transform_iterator< typename E1::const_iterator, typename E2::const_iterator, functor_type > const_iterator
 
typedef const_iterator iterator
 

Public Member Functions

 vector_binary (expression_closure1_type e1, expression_closure2_type e2, F functor)
 
size_type size () const
 
expression_closure1_type const & expression1 () const
 
expression_closure2_type const & expression2 () const
 
const_reference operator() (index_type i) const
 
const_reference operator[] (index_type i) const
 
const_iterator begin () const
 
const_iterator end () const
 
- Public Member Functions inherited from shark::blas::vector_expression< vector_binary< E1, E2, F > >
const expression_type & operator() () const
 
expression_type & operator() ()
 

Detailed Description

template<class E1, class E2, class F>
class shark::blas::vector_binary< E1, E2, F >

Definition at line 553 of file vector_expression.hpp.

Member Typedef Documentation

§ const_index_pointer

template<class E1 , class E2 , class F >
typedef E1::const_index_pointer shark::blas::vector_binary< E1, E2, F >::const_index_pointer

Definition at line 569 of file vector_expression.hpp.

§ const_iterator

template<class E1 , class E2 , class F >
typedef binary_transform_iterator< typename E1::const_iterator, typename E2::const_iterator, functor_type > shark::blas::vector_binary< E1, E2, F >::const_iterator

Definition at line 622 of file vector_expression.hpp.

§ const_pointer

template<class E1 , class E2 , class F >
typedef value_type const* shark::blas::vector_binary< E1, E2, F >::const_pointer

Definition at line 565 of file vector_expression.hpp.

§ const_reference

template<class E1 , class E2 , class F >
typedef value_type shark::blas::vector_binary< E1, E2, F >::const_reference

Definition at line 563 of file vector_expression.hpp.

§ evaluation_category

template<class E1 , class E2 , class F >
typedef evaluation_restrict_traits<E1,E2>::type shark::blas::vector_binary< E1, E2, F >::evaluation_category

Definition at line 579 of file vector_expression.hpp.

§ index_pointer

template<class E1 , class E2 , class F >
typedef index_pointer<E1>::type shark::blas::vector_binary< E1, E2, F >::index_pointer

Definition at line 570 of file vector_expression.hpp.

§ iterator

template<class E1 , class E2 , class F >
typedef const_iterator shark::blas::vector_binary< E1, E2, F >::iterator

Definition at line 623 of file vector_expression.hpp.

§ pointer

template<class E1 , class E2 , class F >
typedef value_type const* shark::blas::vector_binary< E1, E2, F >::pointer

Definition at line 566 of file vector_expression.hpp.

§ reference

template<class E1 , class E2 , class F >
typedef value_type shark::blas::vector_binary< E1, E2, F >::reference

Definition at line 564 of file vector_expression.hpp.

§ storage_category

template<class E1 , class E2 , class F >
typedef unknown_storage_tag shark::blas::vector_binary< E1, E2, F >::storage_category

Definition at line 578 of file vector_expression.hpp.

Constructor & Destructor Documentation

§ vector_binary()

template<class E1 , class E2 , class F >
shark::blas::vector_binary< E1, E2, F >::vector_binary ( expression_closure1_type  e1,
expression_closure2_type  e2,
functor 
)
inlineexplicit

Definition at line 582 of file vector_expression.hpp.

References SIZE_CHECK.

Member Function Documentation

§ begin()

template<class E1 , class E2 , class F >
const_iterator shark::blas::vector_binary< E1, E2, F >::begin ( ) const
inline

Definition at line 625 of file vector_expression.hpp.

§ end()

template<class E1 , class E2 , class F >
const_iterator shark::blas::vector_binary< E1, E2, F >::end ( ) const
inline

Definition at line 631 of file vector_expression.hpp.

§ expression1()

template<class E1 , class E2 , class F >
expression_closure1_type const& shark::blas::vector_binary< E1, E2, F >::expression1 ( ) const
inline

Definition at line 596 of file vector_expression.hpp.

§ expression2()

template<class E1 , class E2 , class F >
expression_closure2_type const& shark::blas::vector_binary< E1, E2, F >::expression2 ( ) const
inline

Definition at line 599 of file vector_expression.hpp.

§ operator()()

template<class E1 , class E2 , class F >
const_reference shark::blas::vector_binary< E1, E2, F >::operator() ( index_type  i) const
inline

§ operator[]()

template<class E1 , class E2 , class F >
const_reference shark::blas::vector_binary< E1, E2, F >::operator[] ( index_type  i) const
inline

§ size()

template<class E1 , class E2 , class F >
size_type shark::blas::vector_binary< E1, E2, F >::size ( ) const
inline

Definition at line 591 of file vector_expression.hpp.


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