shark::blas::matrix_scalar_multiply< E > Class Template Reference

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

+ Inheritance diagram for shark::blas::matrix_scalar_multiply< E >:

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
 
- Public Member Functions inherited from shark::blas::matrix_expression< matrix_scalar_multiply< E > >
const expression_type & operator() () const
 
expression_type & operator() ()
 

Detailed Description

template<class E>
class shark::blas::matrix_scalar_multiply< E >

Definition at line 311 of file matrix_expression.hpp.

Member Typedef Documentation

§ column_iterator

Definition at line 374 of file matrix_expression.hpp.

§ const_column_iterator

template<class E>
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.

§ const_index_pointer

template<class E>
typedef E::const_index_pointer shark::blas::matrix_scalar_multiply< E >::const_index_pointer

Definition at line 329 of file matrix_expression.hpp.

§ const_pointer

template<class E>
typedef value_type const* shark::blas::matrix_scalar_multiply< E >::const_pointer

Definition at line 323 of file matrix_expression.hpp.

§ const_reference

template<class E>
typedef value_type shark::blas::matrix_scalar_multiply< E >::const_reference

Definition at line 321 of file matrix_expression.hpp.

§ const_row_iterator

template<class E>
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.

§ evaluation_category

template<class E>
typedef E::evaluation_category shark::blas::matrix_scalar_multiply< E >::evaluation_category

Definition at line 336 of file matrix_expression.hpp.

§ index_pointer

template<class E>
typedef index_pointer<E>::type shark::blas::matrix_scalar_multiply< E >::index_pointer

Definition at line 330 of file matrix_expression.hpp.

§ orientation

template<class E>
typedef E::orientation shark::blas::matrix_scalar_multiply< E >::orientation

Definition at line 334 of file matrix_expression.hpp.

§ pointer

template<class E>
typedef value_type* shark::blas::matrix_scalar_multiply< E >::pointer

Definition at line 324 of file matrix_expression.hpp.

§ reference

Definition at line 322 of file matrix_expression.hpp.

§ row_iterator

Definition at line 373 of file matrix_expression.hpp.

§ storage_category

template<class E>
typedef blas::unknown_storage_tag shark::blas::matrix_scalar_multiply< E >::storage_category

Definition at line 335 of file matrix_expression.hpp.

Constructor & Destructor Documentation

§ matrix_scalar_multiply()

template<class E>
shark::blas::matrix_scalar_multiply< E >::matrix_scalar_multiply ( blas::matrix_expression< E > const &  e,
scalar_type  scalar 
)
inline

Definition at line 339 of file matrix_expression.hpp.

Member Function Documentation

§ assign_to()

template<class E>
template<class MatX >
void shark::blas::matrix_scalar_multiply< E >::assign_to ( matrix_expression< MatX > &  X,
scalar_type  alpha = scalar_type(1) 
) const
inline

Definition at line 357 of file matrix_expression.hpp.

§ column_begin()

template<class E>
const_column_iterator shark::blas::matrix_scalar_multiply< E >::column_begin ( index_type  i) const
inline

Definition at line 383 of file matrix_expression.hpp.

§ column_end()

template<class E>
const_column_iterator shark::blas::matrix_scalar_multiply< E >::column_end ( index_type  i) const
inline

Definition at line 386 of file matrix_expression.hpp.

§ minus_assign_to()

template<class E>
template<class MatX >
void shark::blas::matrix_scalar_multiply< E >::minus_assign_to ( matrix_expression< MatX > &  X,
scalar_type  alpha = scalar_type(1) 
) const
inline

Definition at line 366 of file matrix_expression.hpp.

§ operator()()

template<class E>
const_reference shark::blas::matrix_scalar_multiply< E >::operator() ( index_type  i,
index_type  j 
) const
inline

Definition at line 351 of file matrix_expression.hpp.

§ plus_assign_to()

template<class E>
template<class MatX >
void shark::blas::matrix_scalar_multiply< E >::plus_assign_to ( matrix_expression< MatX > &  X,
scalar_type  alpha = scalar_type(1) 
) const
inline

Definition at line 361 of file matrix_expression.hpp.

§ row_begin()

template<class E>
const_row_iterator shark::blas::matrix_scalar_multiply< E >::row_begin ( index_type  i) const
inline

Definition at line 376 of file matrix_expression.hpp.

§ row_end()

template<class E>
const_row_iterator shark::blas::matrix_scalar_multiply< E >::row_end ( index_type  i) const
inline

Definition at line 379 of file matrix_expression.hpp.

§ size1()

template<class E>
size_type shark::blas::matrix_scalar_multiply< E >::size1 ( ) const
inline

Definition at line 343 of file matrix_expression.hpp.

§ size2()

template<class E>
size_type shark::blas::matrix_scalar_multiply< E >::size2 ( ) const
inline

Definition at line 346 of file matrix_expression.hpp.


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