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 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 | 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.
|
| |
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...).
The documentation for this struct was generated from the following file:
- Sacado_StaticArrayTraits.hpp