Specialise an entire TensorExpr. More...
#include <TensorExpr.hpp>
Static Public Member Functions | |
template<typename T > | |
static constexpr bool | test () |
template<template< typename... > typename Node, typename... Operands, int... ChildIdx, typename Fn , typename... Stuff> | |
static auto | optimiseNode (const Node< Operands... > &expr, sp::int_sequence< ChildIdx... >, Fn &fn, Stuff &&... stuff) |
template<template< typename... > typename Node, typename... Operands, typename... Stuff> | |
static auto | run (const Node< Operands... > expr, Stuff &&... stuff) |
Static Public Member Functions inherited from sp::Specialiser | |
template<typename T > | |
static constexpr bool | test () |
Return true iff the specialiser is able to specialise arguments of type T. More... | |
template<typename... O, typename ArgType , typename... Stuff> | |
static auto | run (const ArgType &thisArg, Stuff &&... stuff) |
Specialise an argument. More... | |
Specialise an entire TensorExpr.
This does two things: