|
NGSolve
4.9
|
nothing more but a new type for a C array. More...
#include <array.hpp>
Public Member Functions | |
| CArray () | |
| initialize array | |
| CArray (T *adata) | |
| provide size and memory | |
| T & | operator[] (int i) const |
| Access array. | |
| 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