Sacado::ds_array< T, true > Struct Template Reference

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

#include <Sacado_DynamicArrayTraits.hpp>

List of all members.

Static Public Member Functions

static T * get_and_fill (int sz)
 Get memory for new array of length sz and fill with zeros.
static T * get_and_fill (const T *src, int sz)
 Get memory for new array of length sz and fill with entries from src.
static void copy (const T *src, T *dest, int sz)
 Copy array from src to dest of length sz.
static void zero (T *dest, int sz)
 Zero out array dest of length sz.
static void destroy_and_release (T *m, int sz)
 Destroy array elements and release memory.


Detailed Description

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

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

Definition at line 95 of file Sacado_DynamicArrayTraits.hpp.


Member Function Documentation

template<typename T>
static T* Sacado::ds_array< T, true >::get_and_fill ( int  sz  )  [inline, static]

Get memory for new array of length sz and fill with zeros.

Definition at line 98 of file Sacado_DynamicArrayTraits.hpp.

template<typename T>
static T* Sacado::ds_array< T, true >::get_and_fill ( const T *  src,
int  sz 
) [inline, static]

Get memory for new array of length sz and fill with entries from src.

Definition at line 108 of file Sacado_DynamicArrayTraits.hpp.

template<typename T>
static void Sacado::ds_array< T, true >::copy ( const T *  src,
T *  dest,
int  sz 
) [inline, static]

Copy array from src to dest of length sz.

Definition at line 116 of file Sacado_DynamicArrayTraits.hpp.

template<typename T>
static void Sacado::ds_array< T, true >::zero ( T *  dest,
int  sz 
) [inline, static]

Zero out array dest of length sz.

Definition at line 121 of file Sacado_DynamicArrayTraits.hpp.

template<typename T>
static void Sacado::ds_array< T, true >::destroy_and_release ( T *  m,
int  sz 
) [inline, static]

Destroy array elements and release memory.

Definition at line 126 of file Sacado_DynamicArrayTraits.hpp.


The documentation for this struct was generated from the following file:
Generated on Wed May 12 21:59:11 2010 for Sacado Package Browser (Single Doxygen Collection) by  doxygen 1.4.7