Sacado Package Browser (Single Doxygen Collection)  Version of the Day
Functions
Sacado::Impl Namespace Reference

Functions

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

Function Documentation

◆ ds_alloc()

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

Definition at line 192 of file Sacado_DynamicArrayTraits.hpp.

◆ ds_free()

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

Definition at line 235 of file Sacado_DynamicArrayTraits.hpp.