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

Constant iterator traversing the monomials of a polynomial. More...

#include <Polynomials.hpp>

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

Public Member Functions

scl_t coeff () const
 The coefficient of the monomial. More...
 
const exp_texponent () const
 The exponent of the monomial. More...
 
deg_t degree () const
 The degree 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 >::ConstIterator

Constant iterator traversing the monomials of a polynomial.

Member Function Documentation

◆ coeff()

scl_t coeff ( ) const

The coefficient of the monomial.

◆ exponent()

const exp_t& exponent ( ) const

The exponent of the monomial.

◆ degree()

deg_t degree ( ) const

The degree 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: