|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
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 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 is specialized for scalar i.e., fundamental or built-in types (float, double, etc...).
Definition at line 65 of file Sacado_StaticArrayTraits.hpp.
| static void Sacado::ss_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 68 of file Sacado_StaticArrayTraits.hpp.
| static void Sacado::ss_array< T, true >::zero | ( | T * | dest, |
| int | sz | ||
| ) | [inline, static] |
Zero out array dest of length sz.
Definition at line 73 of file Sacado_StaticArrayTraits.hpp.
1.7.4