#include "upoly.H"
Go to the source code of this file.
|
| template<typename typcoeff > |
| int | Iszero (const UPolyDense< upar< typcoeff > > &c) |
| |
| template<typename typmat > |
| void | Triang (typmat &M) |
| |
| template<typename typmat , typename typsec > |
| void | SolveUff (const typmat &mat, typsec &sec) |
| |
| 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 typcoeff >
| int Iszero |
( |
const UPolyDense< upar< typcoeff > > & |
c | ) |
|
template<typename typmat , typename typsec >
| void SolveUff |
( |
const typmat & |
mat, |
|
|
typsec & |
sec |
|
) |
| |
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 | ) |
|