DGtal 1.3.0
Loading...
Searching...
No Matches
Data Fields
DGtal::detail::top_node Struct Reference

#include <DGtal/io/readers/MPolynomialReader.h>

Data Fields

std::vector< char > ops
 the operation(s), or '^' to designate (expr) or ( expr )^k More...
 
std::vector< expr_nodeexpressions
 the sub-expressions (one more than ops). More...
 
int exp
 the exponent k More...
 

Detailed Description

Part of the polynomial tree structure.
Either some (expr) or ( expr )^k or a sequence of operations (+,-,*) between subexpressions.

Definition at line 93 of file MPolynomialReader.h.

Field Documentation

◆ exp

int DGtal::detail::top_node::exp

the exponent k

Definition at line 96 of file MPolynomialReader.h.

Referenced by DGtal::MPolynomialReader< n, TRing, TAlloc, TIterator >::make().

◆ expressions

std::vector<expr_node> DGtal::detail::top_node::expressions

the sub-expressions (one more than ops).

Definition at line 95 of file MPolynomialReader.h.

Referenced by DGtal::MPolynomialReader< n, TRing, TAlloc, TIterator >::make().

◆ ops

std::vector<char> DGtal::detail::top_node::ops

the operation(s), or '^' to designate (expr) or ( expr )^k

Definition at line 94 of file MPolynomialReader.h.

Referenced by DGtal::MPolynomialReader< n, TRing, TAlloc, TIterator >::make().


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