VisionCpp
0.0.1
|
This file contains a collection of headers and forward declaration for evaluating an expression tree. More...
#include "eval_assign/eval_assign.hpp"
#include "eval_assign/eval_assign_partial.hpp"
#include "eval_expression/eval_expression.hpp"
#include "load_pattern/square_pattern.hpp"
Go to the source code of this file.
Namespaces | |
visioncpp | |
VisionCpp namespace. | |
visioncpp::internal | |
Internal implementations. | |
Functions | |
template<size_t Halo, size_t DimSize> | |
static size_t | visioncpp::internal::get_global_range (size_t index) |
template deduction function for get_global_range template parameters: More... | |
template<size_t Halo_Top, size_t Halo_Left, size_t Halo_Butt, size_t Halo_Right, size_t Offset, size_t LC, size_t LR, size_t Sc, typename Expr , typename Loc , typename... Params> | |
static void | visioncpp::internal::fill_local_neighbour (Loc &cOffset, const internal::tools::tuple::Tuple< Params... > &t) |
template deduction for Fill struct. More... | |
template<size_t Offset, size_t LC, size_t LR, typename Expr , typename Loc , typename... Params> | |
void | visioncpp::internal::eval (Loc &cOffset, const tools::tuple::Tuple< Params... > &t) |
deduction function for Evaluator struct. More... | |
This file contains a collection of headers and forward declaration for evaluating an expression tree.
Definition in file evaluator.hpp.