Searched refs:rhs_elements (Results 1 – 1 of 1) sorted by relevance
110 const complex<float>* const* rhs_elements = rhs.elements(); in ConjugateDotProduct() local114 result += conj(lhs_elements[0][i]) * rhs_elements[0][i]; in ConjugateDotProduct()