#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() () |
Definition at line 39 of file matrix_expression.hpp.
| typedef const_column_iterator shark::blas::outer_product< E1, E2 >::column_iterator |
Definition at line 93 of file matrix_expression.hpp.
| 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.
| typedef E1::const_index_pointer shark::blas::outer_product< E1, E2 >::const_index_pointer |
Definition at line 56 of file matrix_expression.hpp.
| typedef value_type const* shark::blas::outer_product< E1, E2 >::const_pointer |
Definition at line 52 of file matrix_expression.hpp.
| typedef value_type shark::blas::outer_product< E1, E2 >::const_reference |
Definition at line 50 of file matrix_expression.hpp.
| 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.
| typedef evaluation_restrict_traits<E1,E2>::type shark::blas::outer_product< E1, E2 >::evaluation_category |
Definition at line 63 of file matrix_expression.hpp.
| typedef index_pointer<E1>::type shark::blas::outer_product< E1, E2 >::index_pointer |
Definition at line 57 of file matrix_expression.hpp.
| typedef unknown_orientation shark::blas::outer_product< E1, E2 >::orientation |
Definition at line 61 of file matrix_expression.hpp.
| typedef const_pointer shark::blas::outer_product< E1, E2 >::pointer |
Definition at line 53 of file matrix_expression.hpp.
| typedef const_reference shark::blas::outer_product< E1, E2 >::reference |
Definition at line 51 of file matrix_expression.hpp.
| typedef const_row_iterator shark::blas::outer_product< E1, E2 >::row_iterator |
Definition at line 92 of file matrix_expression.hpp.
| typedef unknown_storage_tag shark::blas::outer_product< E1, E2 >::storage_category |
Definition at line 62 of file matrix_expression.hpp.
|
inline |
Definition at line 67 of file matrix_expression.hpp.
|
inline |
Definition at line 106 of file matrix_expression.hpp.
|
inline |
Definition at line 111 of file matrix_expression.hpp.
|
inline |
Definition at line 79 of file matrix_expression.hpp.
|
inline |
Definition at line 86 of file matrix_expression.hpp.
|
inline |
Definition at line 82 of file matrix_expression.hpp.
|
inline |
Definition at line 95 of file matrix_expression.hpp.
|
inline |
Definition at line 100 of file matrix_expression.hpp.
|
inline |
Definition at line 71 of file matrix_expression.hpp.
Referenced by shark::blas::vector_repeater< V >::column_end(), shark::blas::scalar_matrix< T >::column_end(), shark::blas::vector_repeater< V >::row_begin(), shark::blas::vector_repeater< V >::row_end(), shark::blas::sum_columns(), and shark::blas::trace().
|
inline |
Definition at line 74 of file matrix_expression.hpp.
Referenced by shark::blas::vector_repeater< V >::column_begin(), shark::blas::vector_repeater< V >::column_end(), shark::blas::scalar_matrix< T >::row_end(), shark::blas::sum_rows(), and shark::blas::trace().