#include <borderbasix/mpoly/numexp.hpp>
|
| | numexp () |
| |
| | numexp (int t) |
| |
| | numexp (const self_t &A) |
| |
| | numexp (int s, int *t) |
| |
| int | operator!= (const numexp< X, D, T > &m) |
| |
| int | operator!= (const numexp< X, D, T > &m) const |
| |
| exponent_t | operator[] (int i) const |
| |
| void | reserve (int d) |
| |
| void | setExponent (int i, int d) |
| |
| self_t & | operator= (const numexp< X, D, T > &A) |
| |
| self_t & | operator+= (const self_t &A) |
| |
| self_t & | operator*= (const self_t &A) |
| |
| self_t & | operator/= (const numexp< X, D, T > &A) |
| |
| bool | operator== (const numexp< X, D, T > &A) const |
| |
| bool | operator< (const numexp< X, D, T > &A) const |
| |
| bool | operator< (const numexp< X, D, T > &A) |
| |
template<char X, int D = 2, class T = int>
template<char X, int D = 2, class T = int>
template<char X, int D = 2, class T = int>
template<char X, int D = 2, class T = int>
template<char X, int D = 2, class T = int>
template<char X, int D = 2, class T = int>
template<char X, int D = 2, class T = int>
template<char X, int D = 2, class T = int>
| int numexp< X, D, T >::operator!= |
( |
const numexp< X, D, T > & |
m | ) |
|
|
inline |
template<char X, int D = 2, class T = int>
| int numexp< X, D, T >::operator!= |
( |
const numexp< X, D, T > & |
m | ) |
const |
|
inline |
template<char X, int D = 2, class T = int>
template<char X, int D = 2, class T = int>
template<char X, int D = 2, class T = int>
template<char X, int D = 2, class T = int>
| bool numexp< X, D, T >::operator< |
( |
const numexp< X, D, T > & |
A | ) |
const |
|
inline |
template<char X, int D = 2, class T = int>
| bool numexp< X, D, T >::operator< |
( |
const numexp< X, D, T > & |
A | ) |
|
|
inline |
template<char X, int D = 2, class T = int>
template<char X, int D = 2, class T = int>
| bool numexp< X, D, T >::operator== |
( |
const numexp< X, D, T > & |
A | ) |
const |
|
inline |
template<char X, int D = 2, class T = int>
template<char X, int D = 2, class T = int>
template<char X, int D = 2, class T = int>
| void numexp< X, D, T >::setExponent |
( |
int |
i, |
|
|
int |
d |
|
) |
| |
|
inline |
template<char X, int D = 2, class T = int>