|
wfmath
1.0.3
A math library for the Worldforge system.
|
Public Member Functions | |
| Wrapped_array (const Wrapped_array &p)=default | |
| Wrapped_array (const double *p) | |
| Wrapped_array & | operator= (const Wrapped_array &p)=default |
| double & | operator[] (int i) |
| const double & | operator[] (int i) const |
| const double * | begin () const |
| const double * | end () const |
Definition at line 38 of file wrapped_array.h.