![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
A simple class to provide an allocate()
function for 2-dimensional 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_2d_alloc and omatrix_alloc. This class is used in gsl_mroot_hybrids_ts.cpp
.
Public Member Functions | |
void | allocate (mat_t &v, size_t i, size_t j) |
Allocate v for i elements. | |
void | free (mat_t &v, size_t i) |
Free memory. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).