FORM v5.0.0-35-g6318119
Public Member Functions | Data Fields
BracketInfo Struct Reference
Collaboration diagram for BracketInfo:
Collaboration graph
[legend]

Public Member Functions

 BracketInfo (const std::vector< int > &pattern, int num_terms, const poly *p)
 
bool operator< (const BracketInfo &rhs) const
 

Data Fields

std::vector< int > pattern
 
int num_terms
 
int dummy = 0
 
const polyp
 

Detailed Description

Definition at line 1389 of file polygcd.cc.

Constructor & Destructor Documentation

◆ BracketInfo()

BracketInfo ( const std::vector< int > &  pattern,
int  num_terms,
const poly p 
)
inline

Definition at line 1394 of file polygcd.cc.

Member Function Documentation

◆ operator<()

bool operator< ( const BracketInfo rhs) const
inline

Definition at line 1395 of file polygcd.cc.

Field Documentation

◆ pattern

std::vector<int> pattern

Definition at line 1390 of file polygcd.cc.

◆ num_terms

int num_terms

Definition at line 1391 of file polygcd.cc.

◆ dummy

int dummy = 0

Definition at line 1391 of file polygcd.cc.

◆ p

const poly* p

Definition at line 1392 of file polygcd.cc.


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