Lines Matching refs:PetscMalloc1
135 PetscCall(PetscMalloc1(n, &evals)); in main()
136 PetscCall(PetscMalloc1(lwork, &work)); in main()
141 PetscCall(PetscMalloc1(3 * n - 2, &rwork)); in main()
154 PetscCall(PetscMalloc1(m * n + 1, &evecs_array)); in main()
155 PetscCall(PetscMalloc1(7 * n + 1, &rwork)); in main()
156 PetscCall(PetscMalloc1(5 * n + 1, &iwork)); in main()
157 PetscCall(PetscMalloc1(n + 1, &ifail)); in main()
170 PetscCall(PetscMalloc1(3 * n + 1, &rwork)); in main()
184 PetscCall(PetscMalloc1(m * n + 1, &evecs_array)); in main()
185 PetscCall(PetscMalloc1(6 * n + 1, &iwork)); in main()
187 PetscCall(PetscMalloc1(7 * n + 1, &rwork)); in main()
208 PetscCall(PetscMalloc1(nevs + 1, &evecs)); in main()