Searched refs:GetCoefficients (Results 1 – 3 of 3) sorted by relevance
59 m_coefficients = m_field->GetZero()->GetCoefficients(); in Init()71 const std::vector<int32_t>& CBC_ReedSolomonGF256Poly::GetCoefficients() const { in GetCoefficients() function in CBC_ReedSolomonGF256Poly83 int32_t CBC_ReedSolomonGF256Poly::GetCoefficients(int32_t degree) const { in GetCoefficients() function in CBC_ReedSolomonGF256Poly89 return GetCoefficients(0); in EvaluateAt()122 std::vector<int32_t> largerCoefficients = other->GetCoefficients(); in AddOrSubtract()147 const std::vector<int32_t>& bCoefficients = other->GetCoefficients(); in Multiply()214 int32_t denominatorLeadingTerm = other->GetCoefficients(other->GetDegree()); in Divide()222 m_field->Multiply(remainder->GetCoefficients((remainder->GetDegree())), in Divide()
25 int32_t GetCoefficients(int32_t degree) const;26 const std::vector<int32_t>& GetCoefficients() const;
92 const auto& coefficients = remainder->GetCoefficients(); in Encode()