|
Panzer
Version of the Day
|
#include <Panzer_ExprEval_impl.hpp>
Public Types | |
| using | NonConstResult = typename RebindViewType< Result, typename Result::non_const_value_type >::type |
| using | execution_space = typename Result::execution_space |
Public Member Functions | |
| KOKKOS_INLINE_FUNCTION void | operator() (typename execution_space::size_type i) const |
| BinaryFunctor (std::string const &name, Teuchos::any &result, Teuchos::any &left, Teuchos::any &right) | |
Public Attributes | |
| NonConstResult | result_ |
| Left | left_ |
| Right | right_ |
Definition at line 266 of file Panzer_ExprEval_impl.hpp.
| using panzer::Expr::BinaryFunctor< Op, Result, Left, Right, 1 >::NonConstResult = typename RebindViewType<Result, typename Result::non_const_value_type>::type |
Definition at line 267 of file Panzer_ExprEval_impl.hpp.
| using panzer::Expr::BinaryFunctor< Op, Result, Left, Right, 1 >::execution_space = typename Result::execution_space |
Definition at line 268 of file Panzer_ExprEval_impl.hpp.
|
inline |
Definition at line 279 of file Panzer_ExprEval_impl.hpp.
|
inline |
Definition at line 273 of file Panzer_ExprEval_impl.hpp.
| NonConstResult panzer::Expr::BinaryFunctor< Op, Result, Left, Right, 1 >::result_ |
Definition at line 269 of file Panzer_ExprEval_impl.hpp.
| Left panzer::Expr::BinaryFunctor< Op, Result, Left, Right, 1 >::left_ |
Definition at line 270 of file Panzer_ExprEval_impl.hpp.
| Right panzer::Expr::BinaryFunctor< Op, Result, Left, Right, 1 >::right_ |
Definition at line 271 of file Panzer_ExprEval_impl.hpp.
1.8.14