My Project
UNKNOWN_GIT_VERSION
Singular
dyn_modules
gfanlib
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
valued_adjustWeightForHomogeneity
gfan::ZVector valued_adjustWeightForHomogeneity(const gfan::ZVector &w)
Definition:
adjustWeights.cc:32
valued_adjustWeightUnderHomogeneity
gfan::ZVector valued_adjustWeightUnderHomogeneity(const gfan::ZVector &e, const gfan::ZVector &w)
Definition:
adjustWeights.cc:73
w
const CanonicalForm & w
Definition:
facAbsFact.cc:55
nonvalued_adjustWeightForHomogeneity
gfan::ZVector nonvalued_adjustWeightForHomogeneity(const gfan::ZVector &w)
Definition:
adjustWeights.cc:14
nonvalued_adjustWeightUnderHomogeneity
gfan::ZVector nonvalued_adjustWeightUnderHomogeneity(const gfan::ZVector &e, const gfan::ZVector &w)
Definition:
adjustWeights.cc:54
Generated on Thu Dec 17 2020 00:00:00 for My Project by
doxygen 1.8.20
for
Singular UNKNOWN_GIT_VERSION