|
TDMS
Time Domain Maxwell Solver
|
Public Member Functions | |
| int | operator[] (int value) const |
| Dimensions (const mxArray *ptr) | |
| bool | are_1d () const |
| bool | are_2d () const |
Private Member Functions | |
| bool | are_nd (int n) const |
Private Attributes | |
| int | i = 0 |
| Extent of dimension 1. | |
| int | j = 0 |
| Extent of dimension 2. | |
| int | k = 0 |
| Extent of dimension 3. | |