![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
A simple class which reverses the order of an array. More...
#include <array.h>
See an example of usage in interp_ts.cpp
and smart_interp_ts.cpp
.
Public Member Functions | |
array_const_reverse (const double *arr) | |
Create a reversed array from arr of size sz . | |
const double & | operator[] (size_t i) const |
Array-like indexing. | |
Protected Attributes | |
double * | a |
The array pointer. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).