Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 1616 of file expression.h.
Public Types | |
typedef binop_error< ddot_, A1, A2, R > | E |
typedef std::conditional< is_scalar< R >::value, tensor_basic< A1 >, E >::type | first_argument_type |
typedef std::conditional< is_scalar< R >::value, tensor_basic< A2 >, E >::type | second_argument_type |
typedef R | result_type |
typedef binop_error<ddot_,A1,A2,R> E |
Definition at line 1617 of file expression.h.
typedef std::conditional<is_scalar<R>::value,tensor_basic<A1>,E>::type first_argument_type |
Definition at line 1619 of file expression.h.
typedef std::conditional<is_scalar<R>::value,tensor_basic<A2>,E>::type second_argument_type |
Definition at line 1621 of file expression.h.
typedef R result_type |
Definition at line 1622 of file expression.h.