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

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

Data Fields

double coef
 
std::vector< power_nodepowers
 

Detailed Description

Part of the polynomial tree structure. Monomial := coef ( X_k^e )*

Definition at line 72 of file MPolynomialReader.h.

Field Documentation

◆ coef

double DGtal::detail::monomial_node::coef

◆ powers

std::vector<power_node> DGtal::detail::monomial_node::powers

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