shark::blas::outer_product< E1, E2 > Class Template Reference

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

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

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 unknown_orientation orientation
 
typedef unknown_storage_tag storage_category
 
typedef evaluation_restrict_traits< E1, E2 >::type evaluation_category
 
typedef transform_iterator< typename E2::const_iterator, functor_type > const_row_iterator
 
typedef transform_iterator< typename E1::const_iterator, functor_type > const_column_iterator
 
typedef const_row_iterator row_iterator
 
typedef const_column_iterator column_iterator
 

Public Member Functions

 outer_product (lhs_closure_type const &e1, rhs_closure_type const &e2)
 
size_type size1 () const
 
size_type size2 () const
 
const lhs_closure_type & lhs () const
 
const rhs_closure_type & rhs () const
 
const_reference operator() (index_type i, index_type j) const
 
const_row_iterator row_begin (index_type i) const
 
const_row_iterator row_end (index_type i) const
 
const_column_iterator column_begin (index_type i) const
 
const_column_iterator column_end (index_type i) const
 
- Public Member Functions inherited from shark::blas::matrix_expression< outer_product< E1, E2 > >
const expression_type & operator() () const
 
expression_type & operator() ()
 

Detailed Description

template<class E1, class E2>
class shark::blas::outer_product< E1, E2 >

Definition at line 39 of file matrix_expression.hpp.

Member Typedef Documentation

§ column_iterator

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

Definition at line 93 of file matrix_expression.hpp.

§ const_column_iterator

template<class E1 , class E2 >
typedef transform_iterator<typename E1::const_iterator,functor_type> shark::blas::outer_product< E1, E2 >::const_column_iterator

Definition at line 91 of file matrix_expression.hpp.

§ const_index_pointer

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

Definition at line 56 of file matrix_expression.hpp.

§ const_pointer

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

Definition at line 52 of file matrix_expression.hpp.

§ const_reference

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

Definition at line 50 of file matrix_expression.hpp.

§ const_row_iterator

template<class E1 , class E2 >
typedef transform_iterator<typename E2::const_iterator,functor_type> shark::blas::outer_product< E1, E2 >::const_row_iterator

Definition at line 90 of file matrix_expression.hpp.

§ evaluation_category

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

Definition at line 63 of file matrix_expression.hpp.

§ index_pointer

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

Definition at line 57 of file matrix_expression.hpp.

§ orientation

template<class E1 , class E2 >
typedef unknown_orientation shark::blas::outer_product< E1, E2 >::orientation

Definition at line 61 of file matrix_expression.hpp.

§ pointer

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

Definition at line 53 of file matrix_expression.hpp.

§ reference

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

Definition at line 51 of file matrix_expression.hpp.

§ row_iterator

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

Definition at line 92 of file matrix_expression.hpp.

§ storage_category

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

Definition at line 62 of file matrix_expression.hpp.

Constructor & Destructor Documentation

§ outer_product()

template<class E1 , class E2 >
shark::blas::outer_product< E1, E2 >::outer_product ( lhs_closure_type const &  e1,
rhs_closure_type const &  e2 
)
inline

Definition at line 67 of file matrix_expression.hpp.

Member Function Documentation

§ column_begin()

template<class E1 , class E2 >
const_column_iterator shark::blas::outer_product< E1, E2 >::column_begin ( index_type  i) const
inline

Definition at line 106 of file matrix_expression.hpp.

§ column_end()

template<class E1 , class E2 >
const_column_iterator shark::blas::outer_product< E1, E2 >::column_end ( index_type  i) const
inline

Definition at line 111 of file matrix_expression.hpp.

§ lhs()

template<class E1 , class E2 >
const lhs_closure_type& shark::blas::outer_product< E1, E2 >::lhs ( ) const
inline

Definition at line 79 of file matrix_expression.hpp.

§ operator()()

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

Definition at line 86 of file matrix_expression.hpp.

§ rhs()

template<class E1 , class E2 >
const rhs_closure_type& shark::blas::outer_product< E1, E2 >::rhs ( ) const
inline

Definition at line 82 of file matrix_expression.hpp.

§ row_begin()

template<class E1 , class E2 >
const_row_iterator shark::blas::outer_product< E1, E2 >::row_begin ( index_type  i) const
inline

Definition at line 95 of file matrix_expression.hpp.

§ row_end()

template<class E1 , class E2 >
const_row_iterator shark::blas::outer_product< E1, E2 >::row_end ( index_type  i) const
inline

Definition at line 100 of file matrix_expression.hpp.

§ size1()

§ size2()


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