#include <shark/LinAlg/BLAS/matrix_expression.hpp>
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 |
![]() | |
const expression_type & | operator() () const |
expression_type & | operator() () |
Definition at line 748 of file matrix_expression.hpp.
typedef const_column_iterator shark::blas::matrix_binary< E1, E2, F >::column_iterator |
Definition at line 812 of file matrix_expression.hpp.
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.
typedef E1::const_index_pointer shark::blas::matrix_binary< E1, E2, F >::const_index_pointer |
Definition at line 768 of file matrix_expression.hpp.
typedef value_type const* shark::blas::matrix_binary< E1, E2, F >::const_pointer |
Definition at line 764 of file matrix_expression.hpp.
typedef value_type shark::blas::matrix_binary< E1, E2, F >::const_reference |
Definition at line 762 of file matrix_expression.hpp.
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.
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.
typedef index_pointer<E1>::type shark::blas::matrix_binary< E1, E2, F >::index_pointer |
Definition at line 769 of file matrix_expression.hpp.
typedef E1::orientation shark::blas::matrix_binary< E1, E2, F >::orientation |
Definition at line 773 of file matrix_expression.hpp.
typedef const_pointer shark::blas::matrix_binary< E1, E2, F >::pointer |
Definition at line 765 of file matrix_expression.hpp.
typedef const_reference shark::blas::matrix_binary< E1, E2, F >::reference |
Definition at line 763 of file matrix_expression.hpp.
typedef const_row_iterator shark::blas::matrix_binary< E1, E2, F >::row_iterator |
Definition at line 811 of file matrix_expression.hpp.
typedef blas::unknown_storage_tag shark::blas::matrix_binary< E1, E2, F >::storage_category |
Definition at line 774 of file matrix_expression.hpp.
|
inline |
Definition at line 781 of file matrix_expression.hpp.
|
inline |
Definition at line 827 of file matrix_expression.hpp.
|
inline |
Definition at line 833 of file matrix_expression.hpp.
|
inline |
Definition at line 793 of file matrix_expression.hpp.
|
inline |
Definition at line 814 of file matrix_expression.hpp.
|
inline |
Definition at line 820 of file matrix_expression.hpp.
|
inline |
Definition at line 786 of file matrix_expression.hpp.
|
inline |
Definition at line 789 of file matrix_expression.hpp.