#include "detail/expression_optimizers.hpp"
#include "kernels/dot.hpp"
#include "kernels/vector_fold.hpp"
#include "kernels/vector_max.hpp"
Go to the source code of this file.
Macros | |
#define | REMORA_UNARY_VECTOR_TRANSFORMATION(name, F) |
#define | REMORA_BINARY_VECTOR_EXPRESSION(name, F) |
#define | REMORA_VECTOR_SCALAR_TRANSFORMATION(name, F) |
#define | REMORA_VECTOR_SCALAR_TRANSFORMATION_2(name, F) |
#define REMORA_BINARY_VECTOR_EXPRESSION | ( | name, | |
F | |||
) |
Definition at line 168 of file vector_expression.hpp.
#define REMORA_UNARY_VECTOR_TRANSFORMATION | ( | name, | |
F | |||
) |
Definition at line 74 of file vector_expression.hpp.
#define REMORA_VECTOR_SCALAR_TRANSFORMATION | ( | name, | |
F | |||
) |
Definition at line 188 of file vector_expression.hpp.
#define REMORA_VECTOR_SCALAR_TRANSFORMATION_2 | ( | name, | |
F | |||
) |
Definition at line 213 of file vector_expression.hpp.