|
NGSolve
5.3
|
nothing more but a new type for a C array. More...
#include <array.hpp>
Public Member Functions | |
| INLINE | CArray () |
| initialize array | |
| INLINE | CArray (T *adata) |
| provide size and memory | |
| INLINE T & | operator[] (int i) const |
| Access array. | |
| INLINE | operator T * () const |
Protected Attributes | |
| T * | data |
| the data | |
nothing more but a new type for a C array.
return value for Addr - operator of array
1.7.6.1