Symmetric Polynomials  V3.1
A C++ library for generating symmetric polynomials with relations
DefaultContainer< _scl, _exp, _cnt, _ord, _arg >::Iterator Class Reference

Non const iterator traversing the monomials of a polynomial. More...

#include <Polynomials.hpp>

Inheritance diagram for DefaultContainer< _scl, _exp, _cnt, _ord, _arg >::Iterator:
[legend]
Collaboration diagram for DefaultContainer< _scl, _exp, _cnt, _ord, _arg >::Iterator:
[legend]

Public Member Functions

scl_tcoeff ()
 Reference to the coefficient of the monomial. More...
 

Friends

class DefaultContainer
 Befriending outer class. More...
 

Detailed Description

template<class _scl, class _exp, template< class... > class _cnt, bool _ord, class ... _arg>
class symmp::DefaultContainer< _scl, _exp, _cnt, _ord, _arg >::Iterator

Non const iterator traversing the monomials of a polynomial.

Member Function Documentation

◆ coeff()

scl_t& coeff ( )

Reference to the coefficient of the monomial.

Friends And Related Function Documentation

◆ DefaultContainer

friend class DefaultContainer
friend

Befriending outer class.


The documentation for this class was generated from the following file: