Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 1754 of file expression.h.
Public Types | |
typedef binop_error< dddot_, A1, A2, R > | E |
typedef std::conditional< is_scalar< R >::value, tensor3_basic< A1 >, E >::type | first_argument_type |
typedef std::conditional< is_scalar< R >::value, tensor3_basic< A2 >, E >::type | second_argument_type |
typedef R | result_type |
typedef binop_error<dddot_,A1,A2,R> E |
Definition at line 1755 of file expression.h.
typedef std::conditional<is_scalar<R>::value,tensor3_basic<A1>,E>::type first_argument_type |
Definition at line 1757 of file expression.h.
typedef std::conditional<is_scalar<R>::value,tensor3_basic<A2>,E>::type second_argument_type |
Definition at line 1759 of file expression.h.
typedef R result_type |
Definition at line 1760 of file expression.h.