Searched refs:first_product (Results 1 – 1 of 1) sorted by relevance
86 complex<float> first_product = complex<float>(0.f, 0.f); in Norm() local94 first_product += conj(norm_mat_els[0][j]) * mat_els[j][i]; in Norm()96 second_product += first_product * norm_mat_els[0][i]; in Norm()97 first_product = 0.f; in Norm()