Borderbasix

Classes | Functions
numexp.hpp File Reference

Go to the source code of this file.

Classes

struct  numexp< X, D, T >
 

Functions

template<char X, int D, class T >
int Degree (const numexp< X, D, T > &m)
 
template<char X, int D, class T >
int GDegree (const numexp< X, D, T > &A, int i)
 
template<char X, int D, class T >
int SDegree (numexp< X, D, T > &A, int i, int d)
 
template<char X, int D, class T >
int lvar (const numexp< X, D, T > &A)
 
template<char X, int D, class T >
void erase (numexp< X, D, T > &A)
 
template<char X, int D, class T >
void add (numexp< X, D, T > &r, const numexp< X, D, T > &A, const numexp< X, D, T > &B)
 
template<char X, int D, class T >
std::ostream & operator<< (std::ostream &os, const numexp< X, D, T > &rep)
 

Function Documentation

template<char X, int D, class T >
void add ( numexp< X, D, T > &  r,
const numexp< X, D, T > &  A,
const numexp< X, D, T > &  B 
)
template<char X, int D, class T >
int Degree ( const numexp< X, D, T > &  m)
inline
template<char X, int D, class T >
void erase ( numexp< X, D, T > &  A)
inline
template<char X, int D, class T >
int GDegree ( const numexp< X, D, T > &  A,
int  i 
)
inline
template<char X, int D, class T >
int lvar ( const numexp< X, D, T > &  A)
inline
template<char X, int D, class T >
std::ostream& operator<< ( std::ostream &  os,
const numexp< X, D, T > &  rep 
)
template<char X, int D, class T >
int SDegree ( numexp< X, D, T > &  A,
int  i,
int  d 
)
inline
Home  |  Download & InstallContributions