|
ViennaCL - The Vienna Computing Library
1.4.2
|
Binary node class for storing expression trees. More...
#include <symbolic_types.hpp>
Public Types | |
| typedef LHS_ | LHS |
| typedef RHS_ | RHS |
| typedef OP_ | OP |
| typedef result_of::expression_type < RHS >::Result | IntermediateType |
| typedef IntermediateType::ScalarType | ScalarType |
Static Public Member Functions | |
| static std::string | name () |
Binary node class for storing expression trees.
| LHS_ | LHS of the expression |
| OP_ | Operator of the expression |
| RHS_ | RHS of the expression |
| typedef result_of::expression_type<RHS>::Result IntermediateType |
| typedef LHS_ LHS |
| typedef OP_ OP |
| typedef RHS_ RHS |
| typedef IntermediateType::ScalarType ScalarType |
| static std::string name | ( | ) | [inline, static] |
1.7.6.1