Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Kokkos Namespace Reference

Namespaces

namespace  Example
namespace  Impl

Classes

struct  inner_layout
struct  inner_layout< LayoutContiguous< Layout > >
struct  inner_layout< LayoutContiguous< Layout, Stride > >
struct  inner_layout< LayoutNatural< Layout > >
struct  is_layout_contiguous
struct  is_layout_contiguous< LayoutContiguous< Layout > >
struct  is_layout_natural
struct  is_layout_natural< LayoutNatural< Layout > >
struct  LayoutContiguous
struct  LayoutNatural
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.
template<typename InputViewType, typename CtorProp, typename ... Dims>
std::enable_if< is_view< InputViewType >::value||is_dyn_rank_view< InputViewType >::value, typenameImpl::ResultDynRankView< InputViewType >::type >::type createDynRankView (const InputViewType &a, const CtorProp &prop, const Dims... dims)
 Wrapper to simplify use of Sacado ViewFactory.
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.

Function Documentation

◆ createDynRankViewWithType()

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.

Definition at line 121 of file Kokkos_ViewFactory.hpp.

◆ createDynRankView()

template<typename InputViewType, typename CtorProp, typename ... Dims>
std::enable_if< is_view< InputViewType >::value||is_dyn_rank_view< InputViewType >::value, typenameImpl::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.

◆ createViewWithType()

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.

Definition at line 172 of file Kokkos_ViewFactory.hpp.