#include <qbpp.hpp>
Definition at line 623 of file qbpp.hpp.
 
◆ Term() [1/7]
◆ Term() [2/7]
  
  
      
        
          | qbpp::Term::Term  | 
          ( | 
          const Term &  | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ Term() [3/7]
  
  
      
        
          | qbpp::Term::Term  | 
          ( | 
          Term &&  | 
           | ) | 
           | 
         
       
   | 
  
defaultnoexcept   | 
  
 
 
◆ Term() [4/7]
◆ Term() [5/7]
◆ Term() [6/7]
  
  
      
        
          | qbpp::Term::Term  | 
          ( | 
          const Vars &  | 
          vars,  | 
         
        
           | 
           | 
          coeff_t  | 
          coeff = 1  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlineexplicit   | 
  
 
 
◆ Term() [7/7]
◆ operator=() [1/2]
  
  
      
        
          | Term& qbpp::Term::operator=  | 
          ( | 
          const Term &  | 
           | ) | 
           | 
         
       
   | 
  
default   | 
  
 
 
◆ operator=() [2/2]
◆ get_coeff()
  
  
      
        
          | coeff_t qbpp::Term::get_coeff  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ set_coeff()
  
  
      
        
          | void qbpp::Term::set_coeff  | 
          ( | 
          coeff_t  | 
          coeff | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ get_vars() [1/2]
  
  
      
        
          | Vars& qbpp::Term::get_vars  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ get_vars() [2/2]
  
  
      
        
          | const Vars& qbpp::Term::get_vars  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ var_count()
  
  
      
        
          | vindex_t qbpp::Term::var_count  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator==()
  
  
      
        
          | bool qbpp::Term::operator==  | 
          ( | 
          const Term &  | 
          term | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator!=()
  
  
      
        
          | bool qbpp::Term::operator!=  | 
          ( | 
          const Term &  | 
          term | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator<()
  
  
      
        
          | bool qbpp::Term::operator<  | 
          ( | 
          const Term &  | 
          term | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator<=()
  
  
      
        
          | bool qbpp::Term::operator<=  | 
          ( | 
          const Term &  | 
          term | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator*=() [1/2]
◆ operator*=() [2/2]
  
  
      
        
          | Term& qbpp::Term::operator*=  | 
          ( | 
          const Term &  | 
          term | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator/=()
◆ operator*() [1/2]
◆ operator*() [2/2]
  
  
      
        
          | Term qbpp::Term::operator*  | 
          ( | 
          const Term &  | 
          term | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator-() [1/2]
  
  
      
        
          | Term& qbpp::Term::operator-  | 
          ( | 
           | ) | 
           && | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator-() [2/2]
  
  
      
        
          | Term qbpp::Term::operator-  | 
          ( | 
           | ) | 
           const & | 
         
       
   | 
  
inline   | 
  
 
 
◆ coeff_
◆ vars_
The documentation for this class was generated from the following file: