Searched refs:GetCoefficients (Results 1 – 3 of 3) sorted by relevance
50 m_coefficients = m_field->GetZero()->GetCoefficients(); in CBC_ReedSolomonGF256Poly()60 const std::vector<int32_t>& CBC_ReedSolomonGF256Poly::GetCoefficients() const { in GetCoefficients() function in CBC_ReedSolomonGF256Poly72 int32_t CBC_ReedSolomonGF256Poly::GetCoefficients(int32_t degree) const { in GetCoefficients() function in CBC_ReedSolomonGF256Poly90 std::vector<int32_t> largerCoefficients = other->GetCoefficients(); in AddOrSubtract()112 const std::vector<int32_t>& bCoefficients = other->GetCoefficients(); in Multiply()154 int32_t denominatorLeadingTerm = other->GetCoefficients(other->GetDegree()); in Divide()163 m_field->Multiply(remainder->GetCoefficients((remainder->GetDegree())), in Divide()
23 int32_t GetCoefficients(int32_t degree) const;24 const std::vector<int32_t>& GetCoefficients() const;
84 const auto& coefficients = remainder->GetCoefficients(); in Encode()