Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
generic_binary_traits< ddot_ >::hint< undeterminated_basic< A1 >, undeterminated_basic< A2 >, R >

Detailed Description

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
 

Member Typedef Documentation

◆ E

typedef binop_error<ddot_,A1,A2,R> E

Definition at line 1617 of file expression.h.

◆ first_argument_type

typedef std::conditional<is_scalar<R>::value,tensor_basic<A1>,E>::type first_argument_type

Definition at line 1619 of file expression.h.

◆ second_argument_type

typedef std::conditional<is_scalar<R>::value,tensor_basic<A2>,E>::type second_argument_type

Definition at line 1621 of file expression.h.

◆ result_type

typedef R result_type

Definition at line 1622 of file expression.h.


The documentation for this struct was generated from the following file: