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
FReturn type (type of the coefficients)
CoeffType of the coefficient data structure. Useful here are the same type as F (for scalars) and MapReal2d or MapReal3d (for matrices)
Author
Philipp Frauenfelder, 2002

Definition at line 38 of file coeffIterator.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich