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