#include <array.h>
See an example of usage in interp_ts.cpp
and smart_interp_ts.cpp
.
Definition at line 171 of file array.h.
Public Member Functions | |
array_reverse (double *arr) | |
Create a reversed array from arr of size sz . | |
double & | operator[] (size_t i) |
Array-like indexing. | |
const double & | operator[] (size_t i) const |
Array-like indexing. | |
Protected Attributes | |
double * | a |
The array pointer. |
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page