|
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 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... | |
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.
|
inlinestatic |
Copy array from src to dest of length sz.
Definition at line 69 of file Sacado_StaticArrayTraits.hpp.
|
inlinestatic |
Zero out array dest of length sz.
Definition at line 81 of file Sacado_StaticArrayTraits.hpp.
1.8.14