concepts::CoeffIterator< F, Coeff > Class Template Reference
Iterator for an array of coefficients. More...
#include <coeffIterator.hh>
Detailed Description
template<typename F, typename Coeff>
class concepts::CoeffIterator< F, Coeff >
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.
- Parameters
-
F Return type (type of the coefficients) Coeff Type of the coefficient data structure. Useful here are the same type as F
(for scalars) andMapReal2d
orMapReal3d
(for matrices)
Definition at line 38 of file coeffIterator.hh.
The documentation for this class was generated from the following file:
- toolbox/coeffIterator.hh