My Project
Loading...
Searching...
No Matches
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
6gfan::ZVector nonvalued_adjustWeightForHomogeneity(const gfan::ZVector &w);
7gfan::ZVector valued_adjustWeightForHomogeneity(const gfan::ZVector &w);
8gfan::ZVector nonvalued_adjustWeightUnderHomogeneity(const gfan::ZVector &e, const gfan::ZVector &w);
9gfan::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