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

Functions

template<typename T >
static KOKKOS_INLINE_FUNCTION Tds_alloc (const int sz)
 
template<typename T >
static KOKKOS_INLINE_FUNCTION void ds_free (T *m, int sz)
 

Function Documentation

template<typename T >
static KOKKOS_INLINE_FUNCTION T* Sacado::Impl::ds_alloc ( const int  sz)
static

Definition at line 192 of file Sacado_DynamicArrayTraits.hpp.

template<typename T >
static KOKKOS_INLINE_FUNCTION void Sacado::Impl::ds_free ( T m,
int  sz 
)
static

Definition at line 230 of file Sacado_DynamicArrayTraits.hpp.