Searched refs:bCoefficients (Results 1 – 1 of 1) sorted by relevance
147 const std::vector<int32_t>& bCoefficients = other->GetCoefficients(); in Multiply() local149 size_t bLength = bCoefficients.size(); in Multiply()155 product[i + j], m_field->Multiply(aCoeff, bCoefficients[j])); in Multiply()