Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Classes | Functions
Kokkos Namespace Reference

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...
 

Function Documentation

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.

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.

Definition at line 158 of file Kokkos_ViewFactory.hpp.

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.