![]() |
My Project
|
#include "kernel/mod2.h"#include "Singular/tok.h"#include "Singular/ipid.h"#include "coeffs/numbers.h"#include "kernel/polys.h"#include "kernel/ideals.h"#include "Singular/lists.h"#include "polys/matpol.h"#include "Singular/ipshell.h"#include "Singular/pcv.h"Go to the source code of this file.
Functions | |
| lists | pcvLAddL (lists l1, lists l2) |
| lists | pcvPMulL (poly p, lists l1) |
| BOOLEAN | pcvLAddL (leftv res, leftv h) |
| BOOLEAN | pcvPMulL (leftv res, leftv h) |
| int | pcvDeg (poly p) |
| int | pcvMinDeg (poly p) |
| int | pcvMinDeg (matrix m) |
| BOOLEAN | pcvMinDeg (leftv res, leftv h) |
| void | pcvInit (int d) |
| void | pcvClean () |
| int | pcvM2N (poly m) |
| poly | pcvN2M (int n) |
| poly | pcvP2CV (poly p, int d0, int d1) |
| poly | pcvCV2P (poly cv, int d0, int d1) |
| lists | pcvP2CV (lists pl, int d0, int d1) |
| lists | pcvCV2P (lists cvl, int d0, int d1) |
| BOOLEAN | pcvP2CV (leftv res, leftv h) |
| BOOLEAN | pcvCV2P (leftv res, leftv h) |
| int | pcvDim (int d0, int d1) |
| BOOLEAN | pcvDim (leftv res, leftv h) |
| int | pcvBasis (lists b, int i, poly m, int d, int n) |
| lists | pcvBasis (int d0, int d1) |
| BOOLEAN | pcvBasis (leftv res, leftv h) |
Variables | |
| STATIC_VAR int | pcvMaxDegree |
| STATIC_VAR int | pcvTableSize |
| STATIC_VAR int | pcvIndexSize |
| STATIC_VAR unsigned * | pcvTable =NULL |
| STATIC_VAR unsigned ** | pcvIndex =NULL |
| lists pcvBasis | ( | int | d0, |
| int | d1 ) |
Definition at line 463 of file pcv.cc.
| int pcvBasis | ( | lists | b, |
| int | i, | ||
| poly | m, | ||
| int | d, | ||
| int | n ) |
| poly pcvCV2P | ( | poly | cv, |
| int | d0, | ||
| int | d1 ) |
Definition at line 297 of file pcv.cc.
| int pcvDeg | ( | poly | p | ) |
| int pcvDim | ( | int | d0, |
| int | d1 ) |
| void pcvInit | ( | int | d | ) |
| int pcvM2N | ( | poly | m | ) |
| int pcvMinDeg | ( | matrix | m | ) |
| int pcvMinDeg | ( | poly | p | ) |
| poly pcvN2M | ( | int | n | ) |
| poly pcvP2CV | ( | poly | p, |
| int | d0, | ||
| int | d1 ) |
| STATIC_VAR unsigned** pcvIndex =NULL |
| STATIC_VAR int pcvIndexSize |
| STATIC_VAR int pcvMaxDegree |
| STATIC_VAR unsigned* pcvTable =NULL |
| STATIC_VAR int pcvTableSize |