Searched refs:CoefficientType (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dpolynomi.h43 typedef typename T::Element CoefficientType; typedef in class:PolynomialOver
60 PolynomialOver(const CoefficientType &element)
91 CoefficientType GetCoefficient(unsigned int i, const Ring &ring) const;
103 void SetCoefficient(unsigned int i, const CoefficientType &value, const Ring &ring);
136 CoefficientType EvaluateAt(const CoefficientType &x, const Ring &ring) const;
154 std::vector<CoefficientType> m_coefficients;
166 typedef typename T::Element CoefficientType; typedef in class:PolynomialOverFixedRing
181 PolynomialOverFixedRing(const CoefficientType &element) : B(element) {}
213 CoefficientType GetCoefficien
315 typedef typename Element::CoefficientType CoefficientType; typedef in class:RingOfPolynomialsOver
[all...]
H A Dpolynomi.cpp28 CoefficientType coef;
81 const_cast<std::vector<CoefficientType> &>(m_coefficients).resize(count);
86 typename PolynomialOver<T>::CoefficientType PolynomialOver<T>::GetCoefficient(unsigned int i, const Ring &ring) const
132 typename PolynomialOver<T>::CoefficientType PolynomialOver<T>::EvaluateAt(const CoefficientType &x, const Ring &ring) const
139 CoefficientType result = m_coefficients[degree];
182 void PolynomialOver<T>::SetCoefficient(unsigned int i, const CoefficientType &value, const Ring &ring)
389 CoefficientType inverse = ring.Inverse(m_coefficients[i]);
456 void RingOfPolynomialsOver<T>::CalculateAlpha(std::vector<CoefficientType> &alpha, const CoefficientType
[all...]

Completed in 32 milliseconds