#include <matrix.hpp>
Static Public Member Functions |
static void | apply (matrix_base< T, F > &lhs, matrix_expression< const matrix_base< T, F >, const matrix_base< T, F >, op_element_unary< OP > > const &proxy) |
template<typename LHS2 , typename RHS2 , typename OP2 > |
static void | apply (matrix_base< T, F > &lhs, matrix_expression< const matrix_expression< const LHS2, const RHS2, OP2 >, const matrix_expression< const LHS2, const RHS2, OP2 >, op_element_unary< OP > > const &proxy) |
template<typename T, typename F, typename LHS, typename RHS, typename OP>
struct viennacl::linalg::detail::op_executor< matrix_base< T, F >, op_inplace_sub, matrix_expression< const LHS, const RHS, op_element_unary< OP > > >
Member Function Documentation
The documentation for this struct was generated from the following file: