shark::blas::matrix_vector_prod< MatA, VecV > Class Template Reference

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

+ Inheritance diagram for shark::blas::matrix_vector_prod< MatA, VecV >:

Public Types

typedef MatA::index_pointer index_pointer
 
typedef MatA::const_index_pointer const_index_pointer
 
typedef unknown_storage_tag storage_category
 
typedef blockwise_tag evaluation_category
 
typedef MatA::const_row_iterator const_iterator
 
typedef const_iterator iterator
 

Public Member Functions

 matrix_vector_prod (matrix_closure_type const &matrix, vector_closure_type const &vector)
 
size_type size () const
 
matrix_closure_type const & matrix () const
 
vector_closure_type const & vector () const
 
template<class VecX >
void assign_to (vector_expression< VecX > &x, scalar_type alpha=scalar_type(1)) const
 
template<class VecX >
void plus_assign_to (vector_expression< VecX > &x, scalar_type alpha=scalar_type(1)) const
 
template<class VecX >
void minus_assign_to (vector_expression< VecX > &x, scalar_type alpha=scalar_type(1)) const
 
- Public Member Functions inherited from shark::blas::vector_expression< matrix_vector_prod< MatA, VecV > >
const expression_type & operator() () const
 
expression_type & operator() ()
 

Detailed Description

template<class MatA, class VecV>
class shark::blas::matrix_vector_prod< MatA, VecV >

Definition at line 877 of file matrix_expression.hpp.

Member Typedef Documentation

§ const_index_pointer

template<class MatA , class VecV >
typedef MatA::const_index_pointer shark::blas::matrix_vector_prod< MatA, VecV >::const_index_pointer

Definition at line 892 of file matrix_expression.hpp.

§ const_iterator

template<class MatA , class VecV >
typedef MatA::const_row_iterator shark::blas::matrix_vector_prod< MatA, VecV >::const_iterator

Definition at line 902 of file matrix_expression.hpp.

§ evaluation_category

template<class MatA , class VecV >
typedef blockwise_tag shark::blas::matrix_vector_prod< MatA, VecV >::evaluation_category

Definition at line 897 of file matrix_expression.hpp.

§ index_pointer

template<class MatA , class VecV >
typedef MatA::index_pointer shark::blas::matrix_vector_prod< MatA, VecV >::index_pointer

Definition at line 891 of file matrix_expression.hpp.

§ iterator

template<class MatA , class VecV >
typedef const_iterator shark::blas::matrix_vector_prod< MatA, VecV >::iterator

Definition at line 903 of file matrix_expression.hpp.

§ storage_category

template<class MatA , class VecV >
typedef unknown_storage_tag shark::blas::matrix_vector_prod< MatA, VecV >::storage_category

Definition at line 896 of file matrix_expression.hpp.

Constructor & Destructor Documentation

§ matrix_vector_prod()

template<class MatA , class VecV >
shark::blas::matrix_vector_prod< MatA, VecV >::matrix_vector_prod ( matrix_closure_type const &  matrix,
vector_closure_type const &  vector 
)
inline

Definition at line 906 of file matrix_expression.hpp.

Member Function Documentation

§ assign_to()

template<class MatA , class VecV >
template<class VecX >
void shark::blas::matrix_vector_prod< MatA, VecV >::assign_to ( vector_expression< VecX > &  x,
scalar_type  alpha = scalar_type(1) 
) const
inline

Definition at line 924 of file matrix_expression.hpp.

§ matrix()

template<class MatA , class VecV >
matrix_closure_type const& shark::blas::matrix_vector_prod< MatA, VecV >::matrix ( ) const
inline

Definition at line 915 of file matrix_expression.hpp.

§ minus_assign_to()

template<class MatA , class VecV >
template<class VecX >
void shark::blas::matrix_vector_prod< MatA, VecV >::minus_assign_to ( vector_expression< VecX > &  x,
scalar_type  alpha = scalar_type(1) 
) const
inline

§ plus_assign_to()

template<class MatA , class VecV >
template<class VecX >
void shark::blas::matrix_vector_prod< MatA, VecV >::plus_assign_to ( vector_expression< VecX > &  x,
scalar_type  alpha = scalar_type(1) 
) const
inline

§ size()

template<class MatA , class VecV >
size_type shark::blas::matrix_vector_prod< MatA, VecV >::size ( ) const
inline

Definition at line 911 of file matrix_expression.hpp.

§ vector()

template<class MatA , class VecV >
vector_closure_type const& shark::blas::matrix_vector_prod< MatA, VecV >::vector ( ) const
inline

Definition at line 918 of file matrix_expression.hpp.


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