#include <shark/LinAlg/BLAS/matrix_expression.hpp>
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 |
![]() | |
const expression_type & | operator() () const |
expression_type & | operator() () |
Definition at line 877 of file matrix_expression.hpp.
typedef MatA::const_index_pointer shark::blas::matrix_vector_prod< MatA, VecV >::const_index_pointer |
Definition at line 892 of file matrix_expression.hpp.
typedef MatA::const_row_iterator shark::blas::matrix_vector_prod< MatA, VecV >::const_iterator |
Definition at line 902 of file matrix_expression.hpp.
typedef blockwise_tag shark::blas::matrix_vector_prod< MatA, VecV >::evaluation_category |
Definition at line 897 of file matrix_expression.hpp.
typedef MatA::index_pointer shark::blas::matrix_vector_prod< MatA, VecV >::index_pointer |
Definition at line 891 of file matrix_expression.hpp.
typedef const_iterator shark::blas::matrix_vector_prod< MatA, VecV >::iterator |
Definition at line 903 of file matrix_expression.hpp.
typedef unknown_storage_tag shark::blas::matrix_vector_prod< MatA, VecV >::storage_category |
Definition at line 896 of file matrix_expression.hpp.
|
inline |
Definition at line 906 of file matrix_expression.hpp.
|
inline |
Definition at line 924 of file matrix_expression.hpp.
|
inline |
Definition at line 915 of file matrix_expression.hpp.
|
inline |
Definition at line 934 of file matrix_expression.hpp.
References shark::blas::eval_block(), and shark::blas::kernels::gemv().
|
inline |
Definition at line 929 of file matrix_expression.hpp.
References shark::blas::eval_block(), and shark::blas::kernels::gemv().
|
inline |
Definition at line 911 of file matrix_expression.hpp.
|
inline |
Definition at line 918 of file matrix_expression.hpp.