|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
Static array allocation class that works for any type. More...
#include <Sacado_StaticArrayTraits.hpp>
Static Public Member Functions | |
| 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 array allocation class that works for any type.
Definition at line 45 of file Sacado_StaticArrayTraits.hpp.
| static void Sacado::ss_array< T, isScalar >::copy | ( | const T * | src, |
| T * | dest, | ||
| int | sz | ||
| ) | [inline, static] |
Copy array from src to dest of length sz.
Definition at line 48 of file Sacado_StaticArrayTraits.hpp.
| static void Sacado::ss_array< T, isScalar >::zero | ( | T * | dest, |
| int | sz | ||
| ) | [inline, static] |
Zero out array dest of length sz.
Definition at line 54 of file Sacado_StaticArrayTraits.hpp.
1.7.4