|
Use indexPos( A, i ) in an expression to refer to the i-th dimension's index in MArray A during expression evaluation |
|
indexPosDbl() returns the index value as a double. This is neccessary because of the lack of arbitrary type applicative templates, only X(T a, T b) ... |
|
indexPosFlt() return the index value as a float. This is neccessary because of the lack of arbitrary type applicative templates, only X(T a, T b) ... |