My Project
adjustWeights.h
Go to the documentation of this file.
1 #ifndef GFANLIB_ADJUSTWEIGHTS_H
2 #define GFANLIB_ADJUSTWEIGHTS_H
3 
4 #include "gfanlib/gfanlib_vector.h"
5 
6 gfan::ZVector nonvalued_adjustWeightForHomogeneity(const gfan::ZVector &w);
7 gfan::ZVector valued_adjustWeightForHomogeneity(const gfan::ZVector &w);
8 gfan::ZVector nonvalued_adjustWeightUnderHomogeneity(const gfan::ZVector &e, const gfan::ZVector &w);
9 gfan::ZVector valued_adjustWeightUnderHomogeneity(const gfan::ZVector &e, const gfan::ZVector &w);
10 
11 #endif
gfan::ZVector nonvalued_adjustWeightForHomogeneity(const gfan::ZVector &w)
gfan::ZVector nonvalued_adjustWeightUnderHomogeneity(const gfan::ZVector &e, const gfan::ZVector &w)
gfan::ZVector valued_adjustWeightForHomogeneity(const gfan::ZVector &w)
gfan::ZVector valued_adjustWeightUnderHomogeneity(const gfan::ZVector &e, const gfan::ZVector &w)
const CanonicalForm & w
Definition: facAbsFact.cc:51