#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 value_type * | pointer |
typedef E::const_index_pointer | const_index_pointer |
typedef index_pointer< E >::type | index_pointer |
typedef E::orientation | orientation |
typedef blas::unknown_storage_tag | storage_category |
typedef E::evaluation_category | evaluation_category |
typedef transform_iterator< typename E::const_row_iterator, functor_type > | const_row_iterator |
typedef transform_iterator< typename E::const_column_iterator, functor_type > | const_column_iterator |
typedef const_row_iterator | row_iterator |
typedef const_column_iterator | column_iterator |
Public Member Functions | |
matrix_scalar_multiply (blas::matrix_expression< E > const &e, scalar_type scalar) | |
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 (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 |
![]() | |
const expression_type & | operator() () const |
expression_type & | operator() () |
Definition at line 311 of file matrix_expression.hpp.
typedef const_column_iterator shark::blas::matrix_scalar_multiply< E >::column_iterator |
Definition at line 374 of file matrix_expression.hpp.
typedef transform_iterator<typename E::const_column_iterator, functor_type> shark::blas::matrix_scalar_multiply< E >::const_column_iterator |
Definition at line 372 of file matrix_expression.hpp.
typedef E::const_index_pointer shark::blas::matrix_scalar_multiply< E >::const_index_pointer |
Definition at line 329 of file matrix_expression.hpp.
typedef value_type const* shark::blas::matrix_scalar_multiply< E >::const_pointer |
Definition at line 323 of file matrix_expression.hpp.
typedef value_type shark::blas::matrix_scalar_multiply< E >::const_reference |
Definition at line 321 of file matrix_expression.hpp.
typedef transform_iterator<typename E::const_row_iterator, functor_type> shark::blas::matrix_scalar_multiply< E >::const_row_iterator |
Definition at line 371 of file matrix_expression.hpp.
typedef E::evaluation_category shark::blas::matrix_scalar_multiply< E >::evaluation_category |
Definition at line 336 of file matrix_expression.hpp.
typedef index_pointer<E>::type shark::blas::matrix_scalar_multiply< E >::index_pointer |
Definition at line 330 of file matrix_expression.hpp.
typedef E::orientation shark::blas::matrix_scalar_multiply< E >::orientation |
Definition at line 334 of file matrix_expression.hpp.
typedef value_type* shark::blas::matrix_scalar_multiply< E >::pointer |
Definition at line 324 of file matrix_expression.hpp.
typedef const_reference shark::blas::matrix_scalar_multiply< E >::reference |
Definition at line 322 of file matrix_expression.hpp.
typedef const_row_iterator shark::blas::matrix_scalar_multiply< E >::row_iterator |
Definition at line 373 of file matrix_expression.hpp.
typedef blas::unknown_storage_tag shark::blas::matrix_scalar_multiply< E >::storage_category |
Definition at line 335 of file matrix_expression.hpp.
|
inline |
Definition at line 339 of file matrix_expression.hpp.
|
inline |
Definition at line 357 of file matrix_expression.hpp.
|
inline |
Definition at line 383 of file matrix_expression.hpp.
|
inline |
Definition at line 386 of file matrix_expression.hpp.
|
inline |
Definition at line 366 of file matrix_expression.hpp.
|
inline |
Definition at line 351 of file matrix_expression.hpp.
|
inline |
Definition at line 361 of file matrix_expression.hpp.
|
inline |
Definition at line 376 of file matrix_expression.hpp.
|
inline |
Definition at line 379 of file matrix_expression.hpp.
|
inline |
Definition at line 343 of file matrix_expression.hpp.
|
inline |
Definition at line 346 of file matrix_expression.hpp.