![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
A simple class to provide an allocate()
function for arrays.
More...
#include <array.h>
The functions here are blank, as fixed-length arrays are automatically allocated and destroyed by the compiler. This class is present to provide an analog to pointer_alloc and ovector_alloc . This class is used, for example, for sma_interp_vec .
Public Member Functions | |
void | allocate (vec_t &v, size_t i) |
Allocate v for i elements. | |
void | free (vec_t &v) |
Free memory. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).