Searched refs:p_trimmed_copy (Results 1 – 1 of 1) sorted by relevance
66 PetscReal *p_trimmed_copy; in test() local252 PetscCall(PetscCalloc1(Nbpt * Nf * Nk * npoints, &p_trimmed_copy)); in test()266 … &k, &alpha, p_scalar, &lda, &M_moment_real[f * Nbpt], &ldb, &beta, &p_trimmed_copy[f * Nk * npoin… in test()269 …0; i < Nbpt * Nf * Nk * npoints; i++) frob_err += (p_trimmed_copy[i] - p_trimmed[i]) * (p_trimmed_… in test()275 PetscCall(PetscFree(p_trimmed_copy)); in test()