Previous Up Next
Up: 3.9 Other features
Next: 3.9.2 Complex numbers

3.9.1 Iter

The syntax is:

iter(j){....}
where j refers to the number of loops; j can be the result of an expression (as in iter(i*k)).

Imbedded loops are not allowed. You can use iter with the adaptation features of Gfem.


Christophe Prud'homme

Previous Up Next