Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::Gen_Polynomial< Coefficient >::SfdTerm Struct Reference

Square-free decomposition term: factor and multiplicity. More...

#include <tpl_polynomial.H>

Collaboration diagram for Aleph::Gen_Polynomial< Coefficient >::SfdTerm:
[legend]

Public Attributes

Gen_Polynomial factor
 
size_t multiplicity
 

Detailed Description

template<typename Coefficient = double>
struct Aleph::Gen_Polynomial< Coefficient >::SfdTerm

Square-free decomposition term: factor and multiplicity.

Result of Yun's algorithm: each term represents a factor with its multiplicity (how many times it divides the original polynomial).

Definition at line 1913 of file tpl_polynomial.H.

Member Data Documentation

◆ factor

template<typename Coefficient = double>
Gen_Polynomial Aleph::Gen_Polynomial< Coefficient >::SfdTerm::factor

Definition at line 1915 of file tpl_polynomial.H.

◆ multiplicity

template<typename Coefficient = double>
size_t Aleph::Gen_Polynomial< Coefficient >::SfdTerm::multiplicity

Definition at line 1916 of file tpl_polynomial.H.


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