Searched refs:in_elements (Results 1 – 1 of 1) sorted by relevance
156 const complex<float>* in_elements = in.elements()[0]; in TransposedConjugatedProduct() local160 out_elements[i][j] = in_elements[i] * conj(in_elements[j]); in TransposedConjugatedProduct()