#include <shark/LinAlg/BLAS/matrix_expression.hpp>
Inheritance diagram for shark::blas::matrix_matrix_prod< MatA, MatB >: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 unknown_orientation | orientation |
| typedef MatA::const_row_iterator | const_row_iterator |
| typedef MatA::const_column_iterator | const_column_iterator |
| typedef const_row_iterator | row_iterator |
| typedef const_column_iterator | column_iterator |
Public Member Functions | |
| matrix_matrix_prod (matrix_closure_typeA const &matrixA, matrix_closure_typeB const &matrixB) | |
| size_type | size1 () const |
| size_type | size2 () const |
| matrix_closure_typeA const & | matrixA () const |
| matrix_closure_typeB const & | matrixB () 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 |
Public Member Functions inherited from shark::blas::matrix_expression< matrix_matrix_prod< MatA, MatB > > | |
| const expression_type & | operator() () const |
| expression_type & | operator() () |
Definition at line 959 of file matrix_expression.hpp.
| typedef const_column_iterator shark::blas::matrix_matrix_prod< MatA, MatB >::column_iterator |
Definition at line 987 of file matrix_expression.hpp.
| typedef MatA::const_column_iterator shark::blas::matrix_matrix_prod< MatA, MatB >::const_column_iterator |
Definition at line 985 of file matrix_expression.hpp.
| typedef MatA::const_index_pointer shark::blas::matrix_matrix_prod< MatA, MatB >::const_index_pointer |
Definition at line 973 of file matrix_expression.hpp.
| typedef MatA::const_row_iterator shark::blas::matrix_matrix_prod< MatA, MatB >::const_row_iterator |
Definition at line 984 of file matrix_expression.hpp.
| typedef blockwise_tag shark::blas::matrix_matrix_prod< MatA, MatB >::evaluation_category |
Definition at line 978 of file matrix_expression.hpp.
| typedef MatA::index_pointer shark::blas::matrix_matrix_prod< MatA, MatB >::index_pointer |
Definition at line 972 of file matrix_expression.hpp.
| typedef unknown_orientation shark::blas::matrix_matrix_prod< MatA, MatB >::orientation |
Definition at line 979 of file matrix_expression.hpp.
| typedef const_row_iterator shark::blas::matrix_matrix_prod< MatA, MatB >::row_iterator |
Definition at line 986 of file matrix_expression.hpp.
| typedef unknown_storage_tag shark::blas::matrix_matrix_prod< MatA, MatB >::storage_category |
Definition at line 977 of file matrix_expression.hpp.
|
inline |
Definition at line 990 of file matrix_expression.hpp.
|
inline |
Definition at line 1011 of file matrix_expression.hpp.
|
inline |
Definition at line 1002 of file matrix_expression.hpp.
|
inline |
Definition at line 1005 of file matrix_expression.hpp.
|
inline |
Definition at line 1021 of file matrix_expression.hpp.
References shark::blas::eval_block(), and shark::blas::kernels::gemm().
|
inline |
Definition at line 1016 of file matrix_expression.hpp.
References shark::blas::eval_block(), and shark::blas::kernels::gemm().
|
inline |
Definition at line 995 of file matrix_expression.hpp.
|
inline |
Definition at line 998 of file matrix_expression.hpp.