Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
Sacado::ss_array< T, true > Struct Template Reference

Static array allocation class that is specialized for scalar i.e., fundamental or built-in types (float, double, etc...). More...

#include <Sacado_StaticArrayTraits.hpp>

Static Public Member Functions

static SACADO_INLINE_FUNCTION void copy (const T *src, T *dest, int sz)
 Copy array from src to dest of length sz. More...
 
static SACADO_INLINE_FUNCTION void zero (T *dest, int sz)
 Zero out array dest of length sz. More...
 

Detailed Description

template<typename T>
struct Sacado::ss_array< T, true >

Static array allocation class that is specialized for scalar i.e., fundamental or built-in types (float, double, etc...).

Definition at line 65 of file Sacado_StaticArrayTraits.hpp.

Member Function Documentation

template<typename T >
static SACADO_INLINE_FUNCTION void Sacado::ss_array< T, true >::copy ( const T src,
T dest,
int  sz 
)
inlinestatic

Copy array from src to dest of length sz.

Definition at line 69 of file Sacado_StaticArrayTraits.hpp.

template<typename T >
static SACADO_INLINE_FUNCTION void Sacado::ss_array< T, true >::zero ( T dest,
int  sz 
)
inlinestatic

Zero out array dest of length sz.

Definition at line 81 of file Sacado_StaticArrayTraits.hpp.


The documentation for this struct was generated from the following file: