Iterator for an array of coefficients.
The coefficients can be scalars, 2x2 or 3x3 matrices. The indices i
and j
chose an entry from the matrix and the post and prefix increment operators always return this entry from the matrix.
It is of no use, if your coefficients are scalars and arranged in an array.
F | Return type (type of the coefficients) |
Coeff | Type of the coefficient data structure. Useful here are the same type as F (for scalars) and MapReal2d or MapReal3d (for matrices) |
Definition at line 38 of file coeffIterator.hh.