#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_addition (lhs_closure_type const &e1, rhs_closure_type const &e2) | |
size_type | size1 () const |
size_type | size2 () const |
const_reference | operator() (index_type i, index_type j) const |
template<class MatX > | |
void | assign_to (matrix_expression< MatX > &X, scalar_type alpha=scalar_type(1)) const |
template<class MatX > | |
void | plus_assign_to (matrix_expression< MatX > &X, scalar_type alpha=scalar_type(1)) const |
template<class MatX > | |
void | minus_assign_to (matrix_expression< MatX > &X, scalar_type alpha=scalar_type(1)) 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 563 of file matrix_expression.hpp.
typedef const_column_iterator shark::blas::matrix_addition< E1, E2 >::column_iterator |
Definition at line 647 of file matrix_expression.hpp.
typedef binary_transform_iterator< typename E1::const_column_iterator, typename E2::const_column_iterator, functor_type > shark::blas::matrix_addition< E1, E2 >::const_column_iterator |
Definition at line 645 of file matrix_expression.hpp.
typedef E1::const_index_pointer shark::blas::matrix_addition< E1, E2 >::const_index_pointer |
Definition at line 583 of file matrix_expression.hpp.
typedef value_type const* shark::blas::matrix_addition< E1, E2 >::const_pointer |
Definition at line 579 of file matrix_expression.hpp.
typedef value_type shark::blas::matrix_addition< E1, E2 >::const_reference |
Definition at line 577 of file matrix_expression.hpp.
typedef binary_transform_iterator< typename E1::const_row_iterator, typename E2::const_row_iterator, functor_type > shark::blas::matrix_addition< E1, E2 >::const_row_iterator |
Definition at line 640 of file matrix_expression.hpp.
typedef evaluation_restrict_traits<E1,E2>::type shark::blas::matrix_addition< E1, E2 >::evaluation_category |
Definition at line 590 of file matrix_expression.hpp.
typedef index_pointer<E1>::type shark::blas::matrix_addition< E1, E2 >::index_pointer |
Definition at line 584 of file matrix_expression.hpp.
typedef E1::orientation shark::blas::matrix_addition< E1, E2 >::orientation |
Definition at line 588 of file matrix_expression.hpp.
typedef const_pointer shark::blas::matrix_addition< E1, E2 >::pointer |
Definition at line 580 of file matrix_expression.hpp.
typedef const_reference shark::blas::matrix_addition< E1, E2 >::reference |
Definition at line 578 of file matrix_expression.hpp.
typedef const_row_iterator shark::blas::matrix_addition< E1, E2 >::row_iterator |
Definition at line 646 of file matrix_expression.hpp.
typedef blas::unknown_storage_tag shark::blas::matrix_addition< E1, E2 >::storage_category |
Definition at line 589 of file matrix_expression.hpp.
|
inline |
Definition at line 593 of file matrix_expression.hpp.
|
inline |
Definition at line 612 of file matrix_expression.hpp.
References shark::blas::assign(), and shark::blas::plus_assign().
|
inline |
Definition at line 662 of file matrix_expression.hpp.
|
inline |
Definition at line 668 of file matrix_expression.hpp.
|
inline |
Definition at line 623 of file matrix_expression.hpp.
References shark::blas::minus_assign().
|
inline |
Definition at line 606 of file matrix_expression.hpp.
|
inline |
Definition at line 617 of file matrix_expression.hpp.
References shark::blas::plus_assign().
|
inline |
Definition at line 649 of file matrix_expression.hpp.
|
inline |
Definition at line 655 of file matrix_expression.hpp.
|
inline |
Definition at line 599 of file matrix_expression.hpp.
|
inline |
Definition at line 602 of file matrix_expression.hpp.