![]() |
|
#include <CoreThreadPoolDevice.h>
Public Types | |
using | SrcEvaluatorType = typename Kernel::SrcEvaluatorType |
using | DstEvaluatorType = typename Kernel::DstEvaluatorType |
using | SrcXprType = typename SrcEvaluatorType::XprType |
using | DstXprType = typename DstEvaluatorType::XprType |
Static Public Attributes | |
static constexpr Index | Cost = functor_cost<SrcXprType>::Cost + functor_cost<DstXprType>::Cost |
using Eigen::internal::cost_helper< Kernel >::DstEvaluatorType = typename Kernel::DstEvaluatorType |
using Eigen::internal::cost_helper< Kernel >::DstXprType = typename DstEvaluatorType::XprType |
using Eigen::internal::cost_helper< Kernel >::SrcEvaluatorType = typename Kernel::SrcEvaluatorType |
using Eigen::internal::cost_helper< Kernel >::SrcXprType = typename SrcEvaluatorType::XprType |
|
staticconstexpr |