Home
last modified time | relevance | path

Searched refs:A_copy (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/ksp/utils/lmvm/tests/
H A Dlmvm_copy_test.c122 Mat A, A_copy; in testMatLMVMCopy() local
145 PetscCall(MatDuplicate(A, MAT_COPY_VALUES, &A_copy)); in testMatLMVMCopy()
146 PetscCall(testMatEqual(rand, A, A_copy, &equal)); in testMatLMVMCopy()
154 PetscCall(testUnchangedBegin(rand, A_copy, &v1, &v2, &v3)); in testMatLMVMCopy()
157 PetscCall(testUnchangedEnd(rand, A_copy, &v1, &v2, &v3, &equal)); in testMatLMVMCopy()
162 PetscCall(MatLMVMUpdate(A_copy, x_copy, f_copy)); in testMatLMVMCopy()
168 PetscCall(MatDestroy(&A_copy)); in testMatLMVMCopy()