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

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

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

Public Types

typedef value_type const_reference
 
typedef const_reference reference
 
typedef value_type const * const_pointer
 
typedef const_pointer pointer
 
typedef E1::const_index_pointer const_index_pointer
 
typedef index_pointer< E1 >::type index_pointer
 
typedef E1::orientation orientation
 
typedef blas::unknown_storage_tag storage_category
 
typedef evaluation_restrict_traits< E1, E2 >::type evaluation_category
 
typedef binary_transform_iterator< typename E1::const_row_iterator, typename E2::const_row_iterator, functor_type > const_row_iterator
 
typedef binary_transform_iterator< typename E1::const_column_iterator, typename E2::const_column_iterator, functor_type > const_column_iterator
 
typedef const_row_iterator row_iterator
 
typedef const_column_iterator column_iterator
 

Public Member Functions

 matrix_binary (matrix_expression< E1 > const &e1, matrix_expression< E2 > const &e2, functor_type functor)
 
size_type size1 () const
 
size_type size2 () const
 
const_reference operator() (index_type i, index_type j) const
 
const_row_iterator row_begin (std::size_t i) const
 
const_row_iterator row_end (std::size_t i) const
 
const_column_iterator column_begin (std::size_t j) const
 
const_column_iterator column_end (std::size_t j) const
 
- Public Member Functions inherited from shark::blas::matrix_expression< matrix_binary< E1, E2, F > >
const expression_type & operator() () const
 
expression_type & operator() ()
 

Detailed Description

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

Definition at line 748 of file matrix_expression.hpp.

Member Typedef Documentation

§ column_iterator

template<class E1, class E2, class F>
typedef const_column_iterator shark::blas::matrix_binary< E1, E2, F >::column_iterator

Definition at line 812 of file matrix_expression.hpp.

§ const_column_iterator

template<class E1, class E2, class F>
typedef binary_transform_iterator< typename E1::const_column_iterator,typename E2::const_column_iterator,functor_type > shark::blas::matrix_binary< E1, E2, F >::const_column_iterator

Definition at line 810 of file matrix_expression.hpp.

§ const_index_pointer

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

Definition at line 768 of file matrix_expression.hpp.

§ const_pointer

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

Definition at line 764 of file matrix_expression.hpp.

§ const_reference

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

Definition at line 762 of file matrix_expression.hpp.

§ const_row_iterator

template<class E1, class E2, class F>
typedef binary_transform_iterator< typename E1::const_row_iterator,typename E2::const_row_iterator,functor_type > shark::blas::matrix_binary< E1, E2, F >::const_row_iterator

Definition at line 807 of file matrix_expression.hpp.

§ evaluation_category

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

Definition at line 775 of file matrix_expression.hpp.

§ index_pointer

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

Definition at line 769 of file matrix_expression.hpp.

§ orientation

template<class E1, class E2, class F>
typedef E1::orientation shark::blas::matrix_binary< E1, E2, F >::orientation

Definition at line 773 of file matrix_expression.hpp.

§ pointer

template<class E1, class E2, class F>
typedef const_pointer shark::blas::matrix_binary< E1, E2, F >::pointer

Definition at line 765 of file matrix_expression.hpp.

§ reference

template<class E1, class E2, class F>
typedef const_reference shark::blas::matrix_binary< E1, E2, F >::reference

Definition at line 763 of file matrix_expression.hpp.

§ row_iterator

template<class E1, class E2, class F>
typedef const_row_iterator shark::blas::matrix_binary< E1, E2, F >::row_iterator

Definition at line 811 of file matrix_expression.hpp.

§ storage_category

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

Definition at line 774 of file matrix_expression.hpp.

Constructor & Destructor Documentation

§ matrix_binary()

template<class E1, class E2, class F>
shark::blas::matrix_binary< E1, E2, F >::matrix_binary ( matrix_expression< E1 > const &  e1,
matrix_expression< E2 > const &  e2,
functor_type  functor 
)
inline

Definition at line 781 of file matrix_expression.hpp.

Member Function Documentation

§ column_begin()

template<class E1, class E2, class F>
const_column_iterator shark::blas::matrix_binary< E1, E2, F >::column_begin ( std::size_t  j) const
inline

Definition at line 827 of file matrix_expression.hpp.

§ column_end()

template<class E1, class E2, class F>
const_column_iterator shark::blas::matrix_binary< E1, E2, F >::column_end ( std::size_t  j) const
inline

Definition at line 833 of file matrix_expression.hpp.

§ operator()()

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

Definition at line 793 of file matrix_expression.hpp.

§ row_begin()

template<class E1, class E2, class F>
const_row_iterator shark::blas::matrix_binary< E1, E2, F >::row_begin ( std::size_t  i) const
inline

Definition at line 814 of file matrix_expression.hpp.

§ row_end()

template<class E1, class E2, class F>
const_row_iterator shark::blas::matrix_binary< E1, E2, F >::row_end ( std::size_t  i) const
inline

Definition at line 820 of file matrix_expression.hpp.

§ size1()

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

Definition at line 786 of file matrix_expression.hpp.

§ size2()

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

Definition at line 789 of file matrix_expression.hpp.


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