Borderbasix

Macros | Functions | Variables
symbo2.hpp File Reference
#include "ptpol.c"

Go to the source code of this file.

Macros

#define COEFF   mpq_t
 
#define PREFIX   mpq
 

Functions

void harewell_set_coeff (harewell< mpq_t > &mat, int i, int j, mpq_t coeff)
 
void harewell_set_coeff (harewell< ptpol_t > &mat, int i, int j, ptpol_t coeff)
 
void harwell_get_coeff (ptpol_t &res, const harewell< ptpol_t > &mat, int i, int j)
 
void harwell_get_coeff (mpq_t &res, const harewell< mpq_t > &mat, int i, int j)
 
void harwell_get_coeff (__mpq_struct *res, const harewell< __mpq_struct * > &mat, int i, int j)
 
int Iszerop (const ptpol_t c)
 
void swapcol (harewell< ptpol_t > &m, int k, int l)
 
void swaprow (harewell< ptpol_t > &m, int k, int l)
 
template<typename typmat >
void Triang (typmat &M)
 
template<typename typmat >
void Triangsave (typmat &M)
 
template<typename typmat , typename typsec >
void SolveUff_restricted (const typmat &mat, typsec &sec)
 
template<typename typmat , typename typsec >
void SolveUff_restrictedsave (const typmat &mat, typsec &sec)
 
void printmatpol (harewell< ptpol_t > &m)
 
template<typename typmat , typename typres , typename typmon , typename typdump , typename Base >
void symbo (typres &res, const list< typmat > &lmat, const typmon &stockmon, const typdump &dump, const Base &b)
 

Variables

OLD_COEFF machin
 

Macro Definition Documentation

#define COEFF   mpq_t
#define PREFIX   mpq

Function Documentation

void harewell_set_coeff ( harewell< mpq_t > &  mat,
int  i,
int  j,
mpq_t  coeff 
)
void harewell_set_coeff ( harewell< ptpol_t > &  mat,
int  i,
int  j,
ptpol_t  coeff 
)
void harwell_get_coeff ( ptpol_t &  res,
const harewell< ptpol_t > &  mat,
int  i,
int  j 
)
void harwell_get_coeff ( mpq_t &  res,
const harewell< mpq_t > &  mat,
int  i,
int  j 
)
void harwell_get_coeff ( __mpq_struct *  res,
const harewell< __mpq_struct * > &  mat,
int  i,
int  j 
)
int Iszerop ( const ptpol_t  c)
void printmatpol ( harewell< ptpol_t > &  m)
template<typename typmat , typename typsec >
void SolveUff_restricted ( const typmat &  mat,
typsec &  sec 
)
template<typename typmat , typename typsec >
void SolveUff_restrictedsave ( const typmat &  mat,
typsec &  sec 
)
void swapcol ( harewell< ptpol_t > &  m,
int  k,
int  l 
)
void swaprow ( harewell< ptpol_t > &  m,
int  k,
int  l 
)
template<typename typmat , typename typres , typename typmon , typename typdump , typename Base >
void symbo ( typres &  res,
const list< typmat > &  lmat,
const typmon &  stockmon,
const typdump &  dump,
const Base b 
)
template<typename typmat >
void Triang ( typmat &  M)
template<typename typmat >
void Triangsave ( typmat &  M)

Variable Documentation

OLD_COEFF machin
Home  |  Download & InstallContributions