include/algebramix/quotient_polynomial.hpp File Reference
#include <algebramix/quotient.hpp>
#include <algebramix/polynomial.hpp>
Go to the source code of this file.
Namespaces
Defines
- #define TMPL template<typename C, typename V>
- #define Polynomial polynomial<C,V>
- #define Quotient quotient<Polynomial,Polynomial>
Functions
- template<typename C , typename V > quotient< polynomial< C, V >
, polynomial< C, V > > operator+ (const quotient< polynomial< C, V >, polynomial< C, V > > &x1, const C &x2)
- template<typename C , typename V > quotient< polynomial< C, V >
, polynomial< C, V > > operator+ (const C &x1, const quotient< polynomial< C, V >, polynomial< C, V > > &x2)
- template<typename C , typename V > quotient< polynomial< C, V >
, polynomial< C, V > > operator- (const quotient< polynomial< C, V >, polynomial< C, V > > &x1, const C &x2)
- template<typename C , typename V > quotient< polynomial< C, V >
, polynomial< C, V > > operator- (const C &x1, const quotient< polynomial< C, V >, polynomial< C, V > > &x2)
- template<typename C , typename V > quotient< polynomial< C, V >
, polynomial< C, V > > operator* (const C &c, const quotient< polynomial< C, V >, polynomial< C, V > > &x)
- template<typename C , typename V > quotient< polynomial< C, V >
, polynomial< C, V > > operator* (const quotient< polynomial< C, V >, polynomial< C, V > > &x, const C &c)
- template<typename C , typename V > quotient< polynomial< C, V >
, polynomial< C, V > > operator/ (const C &c, const quotient< polynomial< C, V >, polynomial< C, V > > &x)
- template<typename C , typename V > quotient< polynomial< C, V >
, polynomial< C, V > > operator/ (const quotient< polynomial< C, V >, polynomial< C, V > > &x, const C &c)
Define Documentation
#define Polynomial polynomial<C,V> |
#define Quotient quotient<Polynomial,Polynomial> |
#define TMPL template<typename C, typename V> |