|
file | assign.hpp [code] |
| This file contains the Assign struct which is used to allocate the result of the right hand side expression (RHS) to the left hand side expression LHS.
|
|
file | leaf_node.hpp [code] |
| This file contains the LeafNode struct which is a general representation of our terminal node in the expression tree.
|
|
file | parallel_copy.hpp [code] |
| This file contains the ParallelCopy struct which is used to allocate the partial result of the right-hand side expression (RHS) to the (partial block of) left-hand side expression LHS is always a leaf node.
|
|
file | point_ops.hpp [code] |
| This files contains a set of include headers for point operation node in the expression tree.
|
|
file | resizable_binary.hpp [code] |
| This file contains RBiOP (Binary Operation) struct which is used to apply Binary Operation on left hand side(LHS) and right hand side(RHS) operands.
|
|
file | resizable_unary.hpp [code] |
| This file contains RUnOP (Unary Operation) struct which is used to apply Unary Operation on the right hand side(RHS) node.
|
|