|
template<class View , class ... ViewPack> |
unsigned | Kokkos::dimension_scalar (const View &v, const ViewPack &... views) |
|
template<typename ResultViewType , typename InputViewType , typename CtorProp , typename ... Dims> |
std::enable_if< is_view< InputViewType >::value||is_dyn_rank_view< InputViewType >::value, ResultViewType >::type | Kokkos::createDynRankViewWithType (const InputViewType &a, const CtorProp &prop, const Dims... dims) |
| Wrapper to simplify use of Sacado ViewFactory. More...
|
|
template<typename InputViewType , typename CtorProp , typename ... Dims> |
std::enable_if< is_view< InputViewType >::value||is_dyn_rank_view< InputViewType >::value, typename Impl::ResultDynRankView< InputViewType >::type >::type | Kokkos::createDynRankView (const InputViewType &a, const CtorProp &prop, const Dims... dims) |
| Wrapper to simplify use of Sacado ViewFactory. More...
|
|
template<typename ResultViewType , typename InputViewType , typename CtorProp , typename ... Dims> |
std::enable_if< is_view< InputViewType >::value||is_dyn_rank_view< InputViewType >::value, ResultViewType >::type | Kokkos::createViewWithType (const InputViewType &a, const CtorProp &prop, const Dims... dims) |
| Wrapper to simplify use of Sacado ViewFactory. More...
|
|