Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
Namespaces | |
Impl | |
Example | |
Classes | |
struct | LayoutContiguous |
struct | is_layout_contiguous |
struct | is_layout_contiguous< LayoutContiguous< Layout > > |
struct | inner_layout |
struct | inner_layout< LayoutContiguous< Layout > > |
struct | inner_layout< LayoutContiguous< Layout, Stride > > |
struct | LayoutNatural |
struct | is_layout_natural |
struct | is_layout_natural< LayoutNatural< Layout > > |
struct | inner_layout< LayoutNatural< Layout > > |
struct | ViewFactory |
Functions | |
template<typename ResultViewType , typename InputViewType , typename CtorProp , typename... Dims> | |
std::enable_if< is_view < InputViewType >::value||is_dyn_rank_view < InputViewType >::value, ResultViewType >::type | 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 | 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 | createViewWithType (const InputViewType &a, const CtorProp &prop, const Dims...dims) |
Wrapper to simplify use of Sacado ViewFactory. More... | |
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.
Definition at line 121 of file Kokkos_ViewFactory.hpp.
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.
Definition at line 158 of file Kokkos_ViewFactory.hpp.
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.
Definition at line 172 of file Kokkos_ViewFactory.hpp.