|
HepLib
|
#include "BASIC.h"
Go to the source code of this file.
Namespaces | |
| namespace | HepLib |
| HepLib namespace. | |
Functions | |
| ex | HepLib::numer_denom_fermat (const ex &expr, bool dfactor) |
| return the numerator and denominator after normalization | |
| ex | HepLib::numer_fermat (const ex &expr) |
| ex | HepLib::fermat_eval (const ex &expr) |
| return the numerator and denominator after normalization | |
| matrix | HepLib::fermat_Redrowech (const matrix &mat) |
| matrix | HepLib::fermat_Redrowech_Sparse (const matrix &mat) |
| ex | HepLib::fermat_Det (const matrix &mat) |
| ex | HepLib::fermat_Det_Sparse (const matrix &mat) |
| matrix | HepLib::fermat_inv (const matrix &mat) |
| matrix | HepLib::fermat_mul (const matrix &m1, const matrix &m2) |
| matrix | HepLib::fermat_pow (const matrix &mat_in, int n) |
| void | HepLib::fermat_mat (const matrix &mat_in, const string &name) |
| matrix | HepLib::fermat_mat (const string &name) |
| void | HepLib::fermat_eval (const string &fcmd="@[**]") |